refs #5541 Deploy fixes
gitea/mylogger/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2023-04-11 13:43:15 +02:00
parent 5e08ce35fa
commit cffd0d62e9
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
TAG = "${env.VERSION}"
CREDENTIALS = credentials('docker-registry')
}
steps {