Botanique/.gitea/workflows/publish.yml

16 lines
372 B
YAML
Raw Normal View History

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 19:36:18 +01:00
dockerfile: Docker/Dockerfile.debian
password:
from_secret: cb_token
when:
event: push
branch: main