Make self used semver image

This commit is contained in:
Layla 2019-04-11 14:07:15 -04:00
parent 401b66bf7e
commit 59f677fb2f

3
Jenkinsfile vendored
View File

@ -41,7 +41,8 @@ pipeline {
{
steps {
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}:self-version"
}
//Copy tar.gz file to s3 bucket