Skip to content

Commit

Permalink
Update build-project-dockerhub.yaml
Browse files Browse the repository at this point in the history
fix path dockerfile context
  • Loading branch information
AliMortezaei authored Feb 16, 2024
1 parent 326d41a commit 79c088b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-project-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Build and push web
uses: docker/build-push-action@v4
with:
context: ./backend/app/
file: ./backend/app/Dockerfile
context: ./backend/
file: ./backend/Dockerfile
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 79c088b

Please sign in to comment.