From c7aea21fe67c97bf1b003361ae4644b645b1156c Mon Sep 17 00:00:00 2001 From: dooongdaeng Date: Mon, 13 Oct 2025 16:13:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:latest=EB=A5=BC=20=EA=B0=80=EC=A0=B8?= =?UTF-8?q?=EC=98=A4=EB=8F=84=EB=A1=9D=20=ED=95=B4=EB=B3=B4=EA=B8=B0=20(#2?= =?UTF-8?q?46)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9cf41c29..b5629c5f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -187,7 +187,7 @@ jobs: cd /home/ssm-user/WEB6_8_FiveLogic_BE || exit 1 echo "๐Ÿ“ฅ Docker ์ด๋ฏธ์ง€ ๋‹ค์šด๋กœ๋“œ ์ค‘..." - docker pull ghcr.io/${OWNER_LC}/${IMAGE_REPOSITORY}:${IMAGE_TAG} + docker pull ghcr.io/${OWNER_LC}/${IMAGE_REPOSITORY}:latest echo "๐Ÿ›‘ ๊ธฐ์กด ์ปจํ…Œ์ด๋„ˆ ์ค‘์ง€ ๋ฐ ์ œ๊ฑฐ ์ค‘..." docker-compose down || true