From bb1aa313be32f4aedb1cc2a8c8b5a9a7033c83ff Mon Sep 17 00:00:00 2001 From: delyc Date: Fri, 16 Aug 2024 12:13:09 +0200 Subject: [PATCH] changing docker image path --- .github/workflows/mpm-fe-dockerfile.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mpm-fe-dockerfile.yaml b/.github/workflows/mpm-fe-dockerfile.yaml index 3cf080ff4..6aa16453f 100644 --- a/.github/workflows/mpm-fe-dockerfile.yaml +++ b/.github/workflows/mpm-fe-dockerfile.yaml @@ -25,7 +25,8 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - context: ../../Website/ui/Dockerfile + context: ../../Website/ui + file: ../../Website/ui/Dockerfile platforms: linux/amd64 push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/mpm-frontend:latest