fix(ci): pipeline (#112)
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
Reviewed-on: #112 Co-authored-by: Mylloon <kennel.anri@tutanota.com> Co-committed-by: Mylloon <kennel.anri@tutanota.com>
This commit is contained in:
parent
e8a7174a4e
commit
0d8b3056d8
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