ci: change image build tags to branch

This commit is contained in:
2025-04-23 16:57:37 -07:00
parent 7fea7dd00c
commit 2519fec3c4

View File

@@ -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,,} tags: ${CI_COMMIT_BRANCH,,/\//-}
# auto_tag: true # auto_tag: true
# cache: true # cache: true