diff --git a/Jenkinsfile b/Jenkinsfile index c56f0df..8ba9a75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { steps { withEcr { //sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:${getVersion('-d')}" - sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:a" + sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:${getVersion('-d')}" } //Copy tar.gz file to s3 bucket