Skip to content

Commit

Permalink
fix docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 22, 2024
1 parent 4a80845 commit 18c5ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: backend
file: ./Dockerfile
file: ./backend/Dockerfile
push: false
tags: |
${{ env.IMAGE_NAME }}-backend:${{ env.VERSION }}
Expand All @@ -67,7 +67,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: frontend
file: ./Dockerfile
file: ./frontend/Dockerfile
push: false
tags: |
${{ env.IMAGE_NAME }}-frontend:${{ env.VERSION }}

0 comments on commit 18c5ac4

Please sign in to comment.