From 936872bfd5b78a26d1239af232c3780d9b27a9d4 Mon Sep 17 00:00:00 2001 From: s4616 <87678241+s4616@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:34:25 +0900 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 709e2146e..afc4cff25 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { stage ('Docker Build') { steps { dir("${env.WORKSPACE}") { - sh 'docker build -t aws00-spring-petclinic:1.0 .' + sh 'docker build -t ${ECR_DOCKER_IMAGE}:${ECR_DOCKER_TAG} .' } } }