This commit is contained in:
parent
5e08ce35fa
commit
cffd0d62e9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue