Skip to content

Commit

Permalink
chore: main.yml 도커 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yangdongsuk authored Nov 20, 2023
1 parent 779ffa2 commit 231374f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
uses: docker/build-push-action@v2
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./server # Docker 빌드 컨텍스트를 'server' 디렉토리로 설정
file: ./server/Dockerfile # 'server' 디렉토리 내의 Dockerfile 사용
push: true
tags: ${{ env.DOCKER_IMAGE }}:latest
# 배포 Job
Expand Down

0 comments on commit 231374f

Please sign in to comment.