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 }}'