From 8a40e92e828ed6b912e2ee784199a1192f21088c Mon Sep 17 00:00:00 2001 From: mingi Date: Mon, 26 May 2025 19:31:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20cicd=20docker=20pull=20=ED=95=98?= =?UTF-8?q?=EA=B2=8C=20=EB=B3=80=EA=B2=BD?= 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 9add38f..a8f3a97 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: # ───────────────────────────────────────────────────────────────────────────── # linux/amd64 플랫폼으로 이미지 빌드 & latest 태그 푸시 # ───────────────────────────────────────────────────────────────────────────── - docker build --platform linux/amd64 \ + docker build --pull --platform linux/amd64 \ --build-arg DEBUG=${{ secrets.DEBUG }} \ --build-arg SECRET_KEY=${{ secrets.SECRET_KEY }} \ --build-arg DJANGO_DEPLOY=${{ secrets.DJANGO_DEPLOY }} \