0
0
mirror of https://github.com/thegeeklab/wp-matrix.git synced 2024-11-09 18:10:39 +00:00
This commit is contained in:
Robert Kaussow 2023-08-22 09:46:04 +02:00
parent ae061a443d
commit 59faff5ca1
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
4 changed files with 7 additions and 7 deletions

View File

@ -52,7 +52,7 @@ branches:
strict: false strict: false
contexts: contexts:
- ci/woodpecker/pr/test - ci/woodpecker/pr/test
- ci/woodpecker/pr/build-binary - ci/woodpecker/pr/build-package
- ci/woodpecker/pr/build-container - ci/woodpecker/pr/build-container
- ci/woodpecker/pr/docs - ci/woodpecker/pr/docs
enforce_admins: false enforce_admins: false

View File

@ -7,7 +7,7 @@ when:
steps: steps:
dryrun: dryrun:
image: quay.io/thegeeklab/wp-docker-buildx image: quay.io/thegeeklab/wp-docker-buildx:1
settings: settings:
containerfile: Containerfile.multiarch containerfile: Containerfile.multiarch
dry_run: true dry_run: true
@ -21,7 +21,7 @@ steps:
publish-dockerhub: publish-dockerhub:
group: container group: container
image: quay.io/thegeeklab/wp-docker-buildx image: quay.io/thegeeklab/wp-docker-buildx:1
settings: settings:
auto_tag: true auto_tag: true
containerfile: Containerfile.multiarch containerfile: Containerfile.multiarch
@ -42,7 +42,7 @@ steps:
publish-quay: publish-quay:
group: container group: container
image: quay.io/thegeeklab/wp-docker-buildx image: quay.io/thegeeklab/wp-docker-buildx:1
settings: settings:
auto_tag: true auto_tag: true
containerfile: Containerfile.multiarch containerfile: Containerfile.multiarch

View File

@ -13,7 +13,7 @@ steps:
- make release - make release
executable: executable:
image: docker.io/library/alpine image: quay.io/thegeeklab/alpine-tools
commands: commands:
- $(find dist/ -executable -type f -iname ${CI_REPO_NAME}-linux-amd64) --help - $(find dist/ -executable -type f -iname ${CI_REPO_NAME}-linux-amd64) --help

View File

@ -14,7 +14,7 @@ steps:
spellcheck: spellcheck:
image: quay.io/thegeeklab/alpine-tools image: quay.io/thegeeklab/alpine-tools
commands: commands:
- spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions - spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls
environment: environment:
FORCE_COLOR: "true" FORCE_COLOR: "true"
NPM_CONFIG_LOGLEVEL: "error" NPM_CONFIG_LOGLEVEL: "error"
@ -68,5 +68,5 @@ steps:
status: [success] status: [success]
depends_on: depends_on:
- build-binary - build-package
- build-container - build-container