ajout du call webhook
This commit is contained in:
@@ -81,3 +81,11 @@ jobs:
|
||||
tags: |
|
||||
gitea.prod.resk-u.ch/clerc/reskreen:latest
|
||||
gitea.prod.resk-u.ch/clerc/reskreen:${{ steps.increment_version.outputs.major }}
|
||||
- name: Call Webhook of watchtower
|
||||
env:
|
||||
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
|
||||
WEBHOOK_TOKEN: ${{ secrets.WEBHOOK_TOKEN }}
|
||||
run: |
|
||||
curl -X POST $WEBHOOK_URL \
|
||||
-H "Authorization: Bearer $WEBHOOK_TOKEN"
|
||||
|
||||
|
Reference in New Issue
Block a user