ci: fix: frontend Dockerfile path try:2

This commit is contained in:
2024-03-04 23:26:30 +01:00
parent 460ea27a48
commit d1e0a41676
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
- uses: docker/build-push-action@v5 - uses: docker/build-push-action@v5
with: with:
context: ./Kemkas.Web/frontend/ context: ./Kemkas.Web/frontend/
file: Dockerfile file: ./Kemkas.Web/frontend/Dockerfile
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
push: false push: false