Build with correct ID for main
testing/ogGui-multibranch/pipeline/head Something is wrong with the build of this commit Details

oggui/translations
Nicolas Arenas 2024-10-29 12:44:07 +01:00
parent c1b9a08f6c
commit 36539a3d9e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pipeline {
IMAGE_ID = "${DOCKER_REPO}/${DOCKER_IMAGE_NAME}:${BRANCH_NAME}-${DOCKER_TAG}"
IMAGE_ID_TESTING = "${DOCKER_REPO}/${DOCKER_IMAGE_NAME}:${BRANCH_NAME}-${DOCKER_TAG}-testing"
if (BRANCH_NAME == 'main') {
LATEST_ID = 'latest'
LATEST_ID = "${DOCKER_REPO}/${DOCKER_IMAGE_NAME}:latest"
} else {
LATEST_ID = "${DOCKER_REPO}/${DOCKER_IMAGE_NAME}:${BRANCH_NAME}-latest"
}