From 1796497d721d03bcb9d5182a5be5a25cf815eaba Mon Sep 17 00:00:00 2001 From: s4616 <87678241+s4616@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:09:38 +0900 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a2fcfb302..eee0fa4f7 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("aws00-spring-petclonic:latest").push() + docker.image("spring-petclonic:latest").push() } } }