ci: change image build tags to branch
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful

This commit is contained in:
2025-04-23 16:58:15 -07:00
parent 2519fec3c4
commit 0cd67da306

View File

@@ -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