remove log
Build and Push Docker Images / build-and-push (push) Successful in 1m34s

This commit is contained in:
2026-05-03 19:31:52 +02:00
parent 8a6746f595
commit 613f0bda5f
-1
View File
@@ -40,7 +40,6 @@ log "will restart on unhealthy: $RESTART_CONTAINERS"
while true; do
status="$(inspect_health "$WATCH_CONTAINER")"
log "health status: $WATCH_CONTAINER = $status"
case "$status" in
missing)