Skip to content

Commit e34d0ce

Browse files
committed
fix deploy step in publish-docker-image
1 parent 0053d69 commit e34d0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
password: ${{ secrets.DOCKER_TOKEN }}
154154

155155
- name: Deploy the latest image on rxresu.me
156-
run: curl -X POST ${{ secrets.SERVICE_WEBHOOK }}
156+
run: curl -Xk POST ${{ secrets.SERVICE_WEBHOOK }}
157157

158158
- name: Inform about the release on Discord
159159
uses: sarisia/[email protected]

0 commit comments

Comments
 (0)