Botanique/.gitea/workflows/publish.yml
Mylloon 4c4026dd14
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
use debian image
2023-03-11 19:36:18 +01:00

15 lines
372 B
YAML

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}
dockerfile: Docker/Dockerfile.debian
password:
from_secret: cb_token
when:
event: push
branch: main