update to new woodpecker syntax
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
f36933b355
commit
c95978eb8a
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
pipeline:
|
steps:
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx:2
|
image: woodpeckerci/plugin-docker-buildx:2
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
repo: git.mylloon.fr/${CI_REPO,,}
|
repo: git.mylloon.fr/${CI_REPO,,}
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
registry: git.mylloon.fr
|
registry: git.mylloon.fr
|
Loading…
Reference in a new issue