.gitea/workflows/build-push.yaml aktualisiert
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 17s

This commit is contained in:
2025-12-06 17:23:13 +00:00
parent df2a98ae28
commit 0c4cc705a6

View File

@@ -52,7 +52,6 @@ jobs:
JSON_DATA=$(printf '{"status": "%s", "repo": "%s", "actor": "%s"}' "$STATUS" "${{ gitea.repository }}" "${{ gitea.actor }}")
# Abfeuern an Node-RED
# Ersetze <NODE-RED-IP> mit der IP deines Node-RED (intern reicht!)
curl -v -H "Content-Type: application/json" \
-X POST \
-d "$JSON_DATA" \