Use a composite action
This is an attempt to see if this is faster than a Go action.
This commit is contained in:
@@ -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