Better standard fallback IP
Build, push image, and notify Watchtower / build-image (push) Successful in 38s
Build, push image, and notify Watchtower / notify (push) Successful in 1m39s

This commit is contained in:
2026-07-16 18:50:11 +02:00
parent ec7289dc59
commit ab7b2db793
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
if [ -n "$HEX_GW" ]; then
HOST_IP=$(printf "%d.%d.%d.%d" 0x${HEX_GW:6:2} 0x${HEX_GW:4:2} 0x${HEX_GW:2:2} 0x${HEX_GW:0:2})
else
HOST_IP="172.17.0.1" # Standard fallback
HOST_IP="172.29.0.1" # Standard fallback
fi
echo "Detected Docker Host Gateway IP: $HOST_IP"