From 68e7c087662be7a46f4af73d184d4a11bfcfc8f7 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Wed, 11 Jun 2025 09:40:21 -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 70c56f8..d757c4c 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -35,7 +35,7 @@ jobs: uses: docker/build-push-action@v6 with: context: ./web - file: Dockerfile + file: ./web/Dockerfile platforms: linux/amd64,linux/arm64 push: true tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web