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

12 lines
298 B
YAML

pipeline:
publish:
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
repo: git.mylloon.fr/${CI_REPO,,}
registry: git.mylloon.fr
dry_run: true
tags: latest
username: ${CI_REPO_OWNER}
password:
from_secret: cb_token