From 460ea27a4863274a994f205a928e26f7d37566e1 Mon Sep 17 00:00:00 2001 From: morbalint Date: Mon, 4 Mar 2024 23:24:58 +0100 Subject: [PATCH] ci: fix: frontend Dockerfile build context path try:1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11dbf7b..9b3f973 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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