Skip to content

Commit

Permalink
infra: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok committed Nov 3, 2024
1 parent 9968375 commit 418d4ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Docker 빌드 및 푸시 (Frontend)
uses: docker/build-push-action@v4
with:
context: ./frontend
file: ./frontend/Dockerfile
context: frontend
file: Dockerfile
push: true
tags: ${{ steps.meta-frontend.outputs.tags }}

Expand Down Expand Up @@ -100,8 +100,8 @@ jobs:
- name: Docker 빌드 및 푸시 (Backend)
uses: docker/build-push-action@v4
with:
context: ./backend
file: ./backend/Dockerfile
context: backend
file: Dockerfile
push: true
tags: ${{ steps.meta-backend.outputs.tags }}

Expand Down

0 comments on commit 418d4ea

Please sign in to comment.