From 4719342d1ffbbac0855902b3d3fc6a3c75c363d8 Mon Sep 17 00:00:00 2001 From: miiiinju1 Date: Mon, 4 Sep 2023 16:32:27 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20[FIX]=20pull=EB=AA=85=EB=A0=B9=EC=96=B4?= =?UTF-8?q?=20latest=20=EB=B3=80=EA=B2=BD=20#220?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b77e0122..7b71dbc4 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -73,6 +73,8 @@ jobs: docker-compose down # ECR에서 이미지 가져오기 - docker pull ${ECR_REPOSITORY}:${TAG} + # docker pull public.ecr.aws/s7z8j0e6/morandi-backend:latest + # docker pull ${ECR_REPOSITORY}:${TAG} + docker pull ${ECR_REPOSITORY}:latest docker-compose up -d