ci: change image build tags to branch
This commit is contained in:
parent
7fea7dd00c
commit
2519fec3c4
@ -28,6 +28,6 @@ steps:
|
||||
password:
|
||||
from_secret: registry-password
|
||||
# replace invalid characters in branch name
|
||||
tags: ${CI_COMMIT_BRANCH,,}
|
||||
tags: ${CI_COMMIT_BRANCH,,/\//-}
|
||||
# auto_tag: true
|
||||
# cache: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user