Botanique/.gitea/workflows/image.yml
2023-02-14 20:42:43 +01:00

14 lines
334 B
YAML

pipeline:
publish:
image: woodpeckerci/plugin-docker-buildx:latest
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