tag latest

This commit is contained in:
Layla 2019-07-18 16:41:23 -04:00
parent 96f7e29ba7
commit 03c2ece9a2

1
Jenkinsfile vendored
View File

@ -81,6 +81,7 @@ pipeline {
{
if("${env.BRANCH_NAME}" != "develop")
{
sh "docker tag ${env.DOCKER_REGISTRY}/${env.SERVICE}:${env.VERSION} ${env.DOCKER_REGISTRY}/${env.SERVICE}:latest"
sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:latest"
}
}