ci: fix: frontend Dockerfile build context path try:1

This commit is contained in:
2024-03-04 23:24:58 +01:00
parent 22270f4bf7
commit 460ea27a48
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- uses: docker/build-push-action@v5
with:
context: Kemkas.Web/frontend
context: ./Kemkas.Web/frontend/
file: Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max