diff --git a/Jenkinsfile b/Jenkinsfile index 80060cd..e7c0c24 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { when {branch 'master'} environment { IMAGE = 'registry.verdnatura.es/mylogger' - TAG = env.VERSION + TAG = "${env.VERSION}" CREDENTIALS = credentials('docker-registry') } steps {