test 2 :((
Build, push image, and notify Watchtower / build-image (push) Successful in 30s
Build, push image, and notify Watchtower / notify (push) Has been cancelled

This commit is contained in:
2026-07-16 18:24:48 +02:00
parent 65cb93f70b
commit 8f54f92ab8
+1 -1
View File
@@ -37,4 +37,4 @@ jobs:
steps:
- name: Notify Watchtower
run: "echo \"${{ secrets.WATCHTOWER_TOKEN }}\" && curl -i -X POST -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/update"
run: "curl -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/metrics && curl -i -X POST -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/update"