We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0053d69 commit e34d0ceCopy full SHA for e34d0ce
.github/workflows/publish-docker-image.yml
@@ -153,7 +153,7 @@ jobs:
153
password: ${{ secrets.DOCKER_TOKEN }}
154
155
- name: Deploy the latest image on rxresu.me
156
- run: curl -X POST ${{ secrets.SERVICE_WEBHOOK }}
+ run: curl -Xk POST ${{ secrets.SERVICE_WEBHOOK }}
157
158
- name: Inform about the release on Discord
159
uses: sarisia/[email protected]
0 commit comments