mylloon.fr/.woodpecker/publish.yml

16 lines
341 B
YAML
Raw Normal View History

2024-01-19 17:00:24 +01:00
steps:
2023-02-16 20:54:21 +01:00
publish:
image: woodpeckerci/plugin-docker-buildx:2
settings:
2024-01-19 17:00:24 +01:00
labels:
platform: linux/amd64
2023-02-16 20:54:21 +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