From 47bc6c2804305a6c062a0e1c5c71bc0fd39aa7ba Mon Sep 17 00:00:00 2001 From: judith <8w8u8@naver.com> Date: Sat, 2 Nov 2024 02:34:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=94=94=EB=A0=89=ED=86=A0=EB=A6=AC=20?= =?UTF-8?q?=EC=9C=84=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml index 16a6c6ad..2ecaac40 100644 --- a/.github/workflows/github-action.yml +++ b/.github/workflows/github-action.yml @@ -49,10 +49,10 @@ jobs: - name: Docker build & push uses: docker/build-push-action@v2 with: - context: ./bookduck - file: ./bookduck/Dockerfile + context: . + file: ./Dockerfile push: true - platforms: linux/amd64 # EC2 아키텍쳐에 맞게 (x86 = amd64, arm = arm64) + platforms: linux/amd64 tags: ${{ secrets.DOCKER_REPO }}:latest - name: Deploy to Server