From 4469878003407fab2273eb6ba188be866e726239 Mon Sep 17 00:00:00 2001 From: miiiinju1 Date: Mon, 4 Sep 2023 18:16:35 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20[FIX]=20=ED=99=98=EA=B2=BD=EB=B3=80?= =?UTF-8?q?=EC=88=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 0491b416..81d2cecd 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -76,6 +76,6 @@ jobs: # ECR에서 이미지 가져오기 # docker pull public.ecr.aws/s7z8j0e6/morandi-backend:latest # docker pull ${ECR_REPOSITORY}:${TAG} - docker pull ${ECR_REGISTRY}/${ECR_REPOSITORY}:latest + docker pull ${{ECR_REGISTRY}}/${{ECR_REPOSITORY}}:latest docker-compose up -d