refs #1028 - Contenedor de oggui

- Se añade el tag a latest cuando se realiza el push al repo
oggui/translations
Nicolas Arenas 2024-10-23 19:07:18 +02:00
parent bbbaeb87fa
commit f3f72b2704
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ pipeline {
docker.withRegistry('https://index.docker.io/v1/', 'docker-hub-credentials' ) { docker.withRegistry('https://index.docker.io/v1/', 'docker-hub-credentials' ) {
dir('ogWebconsole') { dir('ogWebconsole') {
docker.image("${DOCKER_REPO}/${DOCKER_IMAGE_NAME}:${BRANCH_NAME}-${DOCKER_TAG}").push() docker.image("${DOCKER_REPO}/${DOCKER_IMAGE_NAME}:${BRANCH_NAME}-${DOCKER_TAG}").push()
docker.image("${DOCKER_REPO}/${DOCKER_IMAGE_NAME}:${BRANCH_NAME}-${DOCKER_TAG}").push("${DOCKER_REPO}/${DOCKER_IMAGE_NAME}:${BRANCH_NAME}-latest")
} }
} }
} }