ci: change image build tags to branch
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
This commit is contained in:
parent
2519fec3c4
commit
0cd67da306
@ -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