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

This commit is contained in:
2026-07-16 18:22:21 +02:00
parent a1c687648d
commit 65cb93f70b
+2 -1
View File
@@ -35,5 +35,6 @@ jobs:
needs: build-image
runs-on: ubuntu-latest
steps:
- name: Notify Watchtower
run: "curl -i -X POST -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/update"
run: "echo \"${{ secrets.WATCHTOWER_TOKEN }}\" && curl -i -X POST -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/update"