Improve tag

develop-jenkins
Nicolas Arenas 2024-10-22 20:44:49 +02:00
parent bba25ca352
commit 2178e5d740
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pipeline {
echo 'Building....'
script {
dir('ogWebconsole') {
docker.build("${DOCKER_IMAGE_NAME}:${DOCKER_TAG}", "-f Dockerfile .")
docker.build("${DOCKER_IMAGE_NAME}:${BRANCH_NAME}-${DOCKER_TAG}", "-f Dockerfile .")
}
}
}