ci: change image build tags to branch
Some checks failed
ci/woodpecker/push/build-image Pipeline failed
Some checks failed
ci/woodpecker/push/build-image Pipeline failed
This commit is contained in:
parent
fbc93d87e0
commit
7fea7dd00c
@ -28,6 +28,6 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: registry-password
|
from_secret: registry-password
|
||||||
# replace invalid characters in branch name
|
# replace invalid characters in branch name
|
||||||
tags: ${CI_COMMIT_BRANCH,,/[^a-z0-9._-]/-}
|
tags: ${CI_COMMIT_BRANCH,,}
|
||||||
# auto_tag: true
|
# auto_tag: true
|
||||||
# cache: true
|
# cache: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user