2023-02-14 21:13:49 +01:00
|
|
|
pipeline:
|
|
|
|
publish:
|
|
|
|
image: woodpeckerci/plugin-docker-buildx:2
|
|
|
|
settings:
|
|
|
|
platforms: linux/amd64
|
|
|
|
repo: git.mylloon.fr/${CI_REPO,,}
|
|
|
|
auto_tag: true
|
|
|
|
registry: git.mylloon.fr
|
|
|
|
username: ${CI_REPO_OWNER}
|
2023-03-11 20:36:25 +01:00
|
|
|
dockerfile: Docker/Dockerfile.debian
|
2023-02-14 21:13:49 +01:00
|
|
|
password:
|
|
|
|
from_secret: cb_token
|
|
|
|
when:
|
|
|
|
event: push
|
|
|
|
branch: main
|