Skip to content

Commit

Permalink
ci: fix: frontend Dockerfile path try:2
Browse files Browse the repository at this point in the history
  • Loading branch information
morbalint committed Mar 4, 2024
1 parent 460ea27 commit d1e0a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: docker/build-push-action@v5
with:
context: ./Kemkas.Web/frontend/
file: Dockerfile
file: ./Kemkas.Web/frontend/Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max
push: false
Expand Down

0 comments on commit d1e0a41

Please sign in to comment.