Fix port
Build, push image, and notify Watchtower / build-image (push) Successful in 37s
Build, push image, and notify Watchtower / notify (push) Successful in 1m37s

This commit is contained in:
2026-07-16 18:47:37 +02:00
parent 5a32811842
commit ec7289dc59
+1 -1
View File
@@ -52,4 +52,4 @@ jobs:
# 3. Trigger Watchtower directly over local HTTP port 8080 # 3. Trigger Watchtower directly over local HTTP port 8080
curl -i -X POST \ curl -i -X POST \
-H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" \ -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" \
"http://$HOST_IP:8080/v1/update" "http://$HOST_IP:8007/v1/update"