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