From ebaf175172b35533b2b835c9bbba9b7485a7aabb Mon Sep 17 00:00:00 2001 From: John Parkhurst Date: Tue, 10 Jun 2025 19:18:39 -0400 Subject: [PATCH] Update web-deploy.yml --- .github/workflows/web-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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