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 - name: Build Image and Push to Registry
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: ./web
file: ./web/Dockerfile file: Dockerfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web