From cb74ca4d9f49f442a536590ae8d255cd46b14549 Mon Sep 17 00:00:00 2001 From: Boban Ljuljdjurovic Date: Tue, 5 Dec 2023 08:58:53 -0500 Subject: [PATCH] set context to frontend --- .github/workflows/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 947b77e3..e69ab767 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -126,9 +126,10 @@ jobs: - name: Build and push container image to registry uses: docker/build-push-action@v4 with: + context: front-end push: true tags: ghcr.io/${{ env.REPO }}:${{ github.sha }} - file: ./front-end/Dockerfile + file: ./Dockerfile deploy: runs-on: ubuntu-latest needs: build