Skip to content

Commit

Permalink
Add watchtower webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
aturret committed Aug 28, 2023
1 parent 60a5526 commit 2cf755b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@ jobs:
APP_VERSION=${{ env.APP_VERSION }}
tags: |
${{ env.DOCKERHUB_REPO }}:latest
# ${{ env.DOCKERHUB_REPO }}:${{ env.APP_VERSION }}
# ${{ env.DOCKERHUB_REPO }}:${{ env.APP_VERSION }}
-
name: send curl request
run: |
curl -H 'Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}' ${{ secrets.WATCHTOWER_WEBHOOK_URL }}

0 comments on commit 2cf755b

Please sign in to comment.