Skip to content

Commit

Permalink
fix: 디렉토리 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jud1thDev authored Nov 1, 2024
1 parent 397e738 commit 47bc6c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47bc6c2

Please sign in to comment.