Update web-deploy.yml

This commit is contained in:
John Parkhurst 2025-06-10 23:03:23 -04:00 committed by GitHub
parent 0776a8cc2e
commit 1cd8e02448
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ jobs:
with: with:
context: . context: .
file: ./web/Dockerfile file: ./web/Dockerfile
platforms: linux/amd64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web
- name: Deploy to Coolify - name: Deploy to Coolify