ci: change image build tags to branch
Some checks failed
ci/woodpecker/push/build-image Pipeline failed

This commit is contained in:
2025-04-23 16:56:17 -07:00
parent fbc93d87e0
commit 7fea7dd00c

View File

@@ -28,6 +28,6 @@ steps:
password:
from_secret: registry-password
# replace invalid characters in branch name
tags: ${CI_COMMIT_BRANCH,,/[^a-z0-9._-]/-}
tags: ${CI_COMMIT_BRANCH,,}
# auto_tag: true
# cache: true