diff --git a/.gitea/workflows/image.yml b/.gitea/workflows/image.yml index d4ce17f..910880b 100644 --- a/.gitea/workflows/image.yml +++ b/.gitea/workflows/image.yml @@ -4,9 +4,11 @@ pipeline: settings: platforms: linux/amd64 repo: git.mylloon.fr/${CI_REPO,,} + auto_tag: true registry: git.mylloon.fr - dry_run: true - tags: latest username: ${CI_REPO_OWNER} password: from_secret: cb_token + when: + event: push + branch: main