ci: fix pod labels — use tag/branch instead of ref (slashes invalid)

This commit is contained in:
Oleks
2026-03-16 18:45:48 +02:00
parent 24abcdb316
commit 3a2df3d6e1

View File

@@ -33,5 +33,6 @@ steps:
nodeSelector: nodeSelector:
kubernetes.io/hostname: howard2404 kubernetes.io/hostname: howard2404
labels: labels:
commit-ref: "${CI_COMMIT_REF}" commit-tag: "${CI_COMMIT_TAG}"
commit-branch: "${CI_COMMIT_BRANCH}"
pipeline-number: "${CI_PIPELINE_NUMBER}" pipeline-number: "${CI_PIPELINE_NUMBER}"