Compare commits

...

2 Commits

Author SHA1 Message Date
fc5fc66d5f Use a composite action
This is an attempt to see if this is faster than a Go action.
2025-11-13 13:06:32 +01:00
384201755f Add readme 2025-11-13 13:05:10 +01:00
2 changed files with 7 additions and 2 deletions

2
README.md Normal file
View 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.

View File

@@ -1,5 +1,8 @@
name: 'Watchtower Update'
description: 'Automatically triggers Watchtower to scan for new images'
runs:
using: 'go'
main: 'main.go'
using: 'composite'
steps:
- name: Trigger Watchtower Update
run: |
curl -H "Authorization: Bearer mytoken" https://watchtower.seeseepuff.be/v1/update