From 55671703978e3bde9be5238597c56c317e8ee937 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Wed, 11 Jun 2025 09:36:48 -0400 Subject: [PATCH] Update web-deploy.yml --- .github/workflows/web-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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