wecr/.woodpecker/publish.yml

15 lines
329 B
YAML
Raw Permalink Normal View History

2023-09-30 14:59:29 +02: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}
password:
from_secret: cb_token
when:
event: push
branch: main