Testing image tag

This commit is contained in:
2019-04-11 14:26:17 -04:00
parent 622a0ee833
commit 6750b10544

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ pipeline {
steps { steps {
withEcr { withEcr {
//sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:${getVersion('-d')}" //sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:${getVersion('-d')}"
sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:${getVersion('-d')}" sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:1.0.0"
} }
//Copy tar.gz file to s3 bucket //Copy tar.gz file to s3 bucket