From ed6a66fbb09ce2fecefd10528ee470d9042ec679 Mon Sep 17 00:00:00 2001 From: John Parkhurst Date: Tue, 10 Jun 2025 17:40:54 -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 007af53..c573cdf 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -35,7 +35,7 @@ jobs: file: Dockerfile platforms: linux/amd64 push: true - tags: user/app:latest + tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web - name: Deploy to Coolify run: | curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'