Initial commit

This commit is contained in:
2025-11-13 12:42:50 +01:00
commit d32c6c483b
2 changed files with 44 additions and 0 deletions

5
action.yml Normal file
View File

@@ -0,0 +1,5 @@
name: 'Watchtower Update'
description: 'Automatically triggers Watchtower to scan for new images'
runs:
using: 'go'
main: 'main.go'