add watchtower
This commit is contained in:
parent
996f07c1bf
commit
78d820858a
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -35,3 +35,7 @@ jobs:
|
||||
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||
|
||||
- name: Trigger Watchtower Update
|
||||
run: |
|
||||
curl -X POST -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" https://watchtower.uechi.dev/v1/update
|
Loading…
x
Reference in New Issue
Block a user