diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml index d2a28ab..e512d8f 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -33,7 +33,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: Dockerfile + file: ./web/Dockerfile platforms: linux/amd64 push: true tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web