Compare commits
2 Commits
d32c6c483b
...
fc5fc66d5f
| Author | SHA1 | Date | |
|---|---|---|---|
| fc5fc66d5f | |||
| 384201755f |
2
README.md
Normal file
2
README.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Watchtower Action
|
||||||
|
This action will automatically trigger an update of watchtower, causing containers that have the label `com.centurylinklabs.watchtower.enable=true` to be automatically updated.
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
name: 'Watchtower Update'
|
name: 'Watchtower Update'
|
||||||
description: 'Automatically triggers Watchtower to scan for new images'
|
description: 'Automatically triggers Watchtower to scan for new images'
|
||||||
runs:
|
runs:
|
||||||
using: 'go'
|
using: 'composite'
|
||||||
main: 'main.go'
|
steps:
|
||||||
|
- name: Trigger Watchtower Update
|
||||||
|
run: |
|
||||||
|
curl -H "Authorization: Bearer mytoken" https://watchtower.seeseepuff.be/v1/update
|
||||||
|
|||||||
Reference in New Issue
Block a user