From b041f265c98763b8fb0c35f2225b7f80325d93a7 Mon Sep 17 00:00:00 2001 From: s4616 <87678241+s4616@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:14:38 +0900 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 16ca18f81..ec6fe1323 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { // cleanup current user docker credentials sh 'rm -f ~/.dockercfg ~/.docker/config.json || true' docker.withRegistry("https://257307634175.dkr.ecr.ap-northeast-2.amazonaws.com", "ecr:ap-northeast-2:AWSCredentials") { - docker.image("spring-petclonic:1.0").push() + docker.image("spring-petclinic:1.0").push() } } }