From d62093b2f1645118050cbae97e006b7a578f5104 Mon Sep 17 00:00:00 2001 From: eun-byeol Date: Fri, 19 Jul 2024 22:06:04 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20backend=20cd=20job=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: coli-geonwoo --- .github/workflows/backend-cicd-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-cicd-dev.yml b/.github/workflows/backend-cicd-dev.yml index f8866871f..0a75d2179 100644 --- a/.github/workflows/backend-cicd-dev.yml +++ b/.github/workflows/backend-cicd-dev.yml @@ -76,7 +76,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Pull Docker image from DockerHub - run: docker pull ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }} + run: docker pull --platform linux/x64/v8 ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }} - name: Stop existing Docker container run: docker stop $DOCKERHUB_REPOSITORY || true