diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml index cf6c456..70c56f8 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -34,8 +34,8 @@ jobs: - name: Build Image and Push to Registry uses: docker/build-push-action@v6 with: - context: . - file: ./web/Dockerfile + context: ./web + file: Dockerfile platforms: linux/amd64,linux/arm64 push: true tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web