Update .woodpecker/build.yml
This commit is contained in:
parent
d632af5c8a
commit
33b019f694
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user