autotag and when
This commit is contained in:
parent
c57376f41b
commit
239b0135a0
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue