2023-12-21 18:51:11 +01:00
|
|
|
steps:
|
2023-12-21 17:51:49 +01:00
|
|
|
publish:
|
|
|
|
image: woodpeckerci/plugin-docker-buildx:2
|
|
|
|
settings:
|
2023-12-21 18:51:11 +01:00
|
|
|
labels:
|
|
|
|
platform: linux/amd64
|
2023-12-21 17:51:49 +01:00
|
|
|
repo: git.mylloon.fr/${CI_REPO,,}
|
|
|
|
auto_tag: true
|
|
|
|
registry: git.mylloon.fr
|
|
|
|
username: ${CI_REPO_OWNER}
|
|
|
|
password:
|
|
|
|
from_secret: cb_token
|
|
|
|
when:
|
|
|
|
event: push
|
|
|
|
branch: main
|