fix deploy step in publish-docker-image

This commit is contained in:
Amruth Pillai
2025-01-12 17:42:51 +01:00
parent 0053d696ff
commit e34d0cebe5

View File

@ -153,7 +153,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- name: Deploy the latest image on rxresu.me
run: curl -X POST ${{ secrets.SERVICE_WEBHOOK }}
run: curl -Xk POST ${{ secrets.SERVICE_WEBHOOK }}
- name: Inform about the release on Discord
uses: sarisia/actions-status-discord@v1.14.3