just use CI_COMMIT_BRANCH for dev builds

This commit is contained in:
Ruben Momoa
2024-08-20 14:57:07 +02:00
parent 3609df566d
commit 4dc2c625b5

View File

@@ -37,7 +37,7 @@ steps:
from_secret: DOCKERHUB_TOKEN from_secret: DOCKERHUB_TOKEN
context: ./build context: ./build
repo: vistanarvas/${CI_REPO_NAME} repo: vistanarvas/${CI_REPO_NAME}
tag: dev.${CI_COMMIT_AUTHOR}.${CI_COMMIT_SHA} tag: ${CI_COMMIT_BRANCH}
when: when:
branch: dev branch: dev
path: path: