add logging
Build and Push Docker Images / build-and-push (push) Successful in 21s

This commit is contained in:
2026-04-21 20:41:31 +02:00
parent 96c81a00c9
commit 2a3cafc128
+1
View File
@@ -40,6 +40,7 @@ log "will restart on unhealthy: $RESTART_CONTAINERS"
while true; do while true; do
status="$(inspect_health "$WATCH_CONTAINER")" status="$(inspect_health "$WATCH_CONTAINER")"
log "health status: $WATCH_CONTAINER = $status"
case "$status" in case "$status" in
missing) missing)