Update web-deploy.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 09:36:48 -04:00 committed by GitHub
parent 2a649f00d7
commit 5567170397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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