This commit is contained in:
parent
07ce1e033f
commit
251f06962b
|
@ -103,6 +103,7 @@ pipeline {
|
|||
env.VERSION = BRANCH_NAME
|
||||
}
|
||||
sh 'docker-compose build back'
|
||||
sh 'docker images'
|
||||
sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY'
|
||||
sh 'docker push registry.verdnatura.es/back:$BRANCH_NAME'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue