diff --git a/Jenkinsfile b/Jenkinsfile index a9832bc..80060cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {