refs #5541 Tag without build number
gitea/mylogger/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2023-04-11 13:42:02 +02:00
parent 610f90c662
commit 5e08ce35fa
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
when {branch 'master'}
environment {
IMAGE = 'registry.verdnatura.es/mylogger'
TAG = "${env.VERSION}-build${env.BUILD_ID}"
TAG = env.VERSION
CREDENTIALS = credentials('docker-registry')
}
steps {