Update .woodpecker/build.yml
Some checks failed
ci/woodpecker/push/scans Pipeline failed
ci/woodpecker/push/build unknown status

This commit is contained in:
shield 2024-09-12 11:17:37 +02:00
parent d632af5c8a
commit 33b019f694
Signed by:
GPG Key ID: F9DA0DD507305CF1

View File

@ -15,8 +15,6 @@ steps:
- echo ${CI_COMMIT_SHA:0:8} > .version - echo ${CI_COMMIT_SHA:0:8} > .version
- name: dryrun - name: dryrun
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
environment:
IMAGE_REPO_URL: *repo
backend_options: backend_options:
kubernetes: kubernetes:
securityContext: securityContext:
@ -24,7 +22,7 @@ steps:
settings: settings:
dockerfile: *file dockerfile: *file
platforms: linux/arm64,linux/amd64 platforms: linux/arm64,linux/amd64
cache_from: type=registry,ref=${IMAGE_REPO_URL} cache_from: type=registry,ref=dev.shielddagger.com/infra/discord-notifier
cache_to: type=inline cache_to: type=inline
dry_run: true dry_run: true
repo: *repo repo: *repo