2023-02-14 19:45:34 +01:00
|
|
|
pipeline:
|
2023-02-14 20:29:09 +01:00
|
|
|
publish:
|
2023-02-14 20:58:18 +01:00
|
|
|
image: woodpeckerci/plugin-docker-buildx:2
|
2023-02-14 20:10:18 +01:00
|
|
|
settings:
|
|
|
|
platforms: linux/amd64
|
2023-02-14 20:29:09 +01:00
|
|
|
repo: git.mylloon.fr/${CI_REPO,,}
|
2023-02-14 20:37:41 +01:00
|
|
|
auto_tag: true
|
2023-02-14 20:29:09 +01:00
|
|
|
registry: git.mylloon.fr
|
|
|
|
username: ${CI_REPO_OWNER}
|
2023-02-14 20:24:34 +01:00
|
|
|
password:
|
2023-02-14 20:29:09 +01:00
|
|
|
from_secret: cb_token
|
2023-02-14 20:42:43 +01:00
|
|
|
when:
|
|
|
|
event: push
|
|
|
|
branch: main
|