autotag and when

This commit is contained in:
Mylloon 2023-02-14 20:37:41 +01:00
parent c57376f41b
commit 239b0135a0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -4,9 +4,11 @@ pipeline:
settings: settings:
platforms: linux/amd64 platforms: linux/amd64
repo: git.mylloon.fr/${CI_REPO,,} repo: git.mylloon.fr/${CI_REPO,,}
auto_tag: true
registry: git.mylloon.fr registry: git.mylloon.fr
dry_run: true
tags: latest
username: ${CI_REPO_OWNER} username: ${CI_REPO_OWNER}
password: password:
from_secret: cb_token from_secret: cb_token
when:
event: push
branch: main