chore: update
Java CI with Maven / build-and-test (pull_request) Failing after 1m32s

This commit is contained in:
TakahashiNg
2026-04-16 03:32:52 +00:00
parent b514a3f229
commit d3d82a60ff
+2 -2
View File
@@ -59,8 +59,8 @@ jobs:
echo "Redis IP: ${REDIS_IP}"
docker network connect ${DOCKER_NET} $(hostname)
RUNNER_IP_IN_NET=$(docker container inspect $(hostname) -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}')
RUNNER_IP_IN_NET=$(docker container inspect $(hostname) -f '{{ (index .NetworkSettings.Networks "${DOCKER_NET}").IPAddress }}')
echo "Runner IP: ${RUNNER_IP_IN_NET}"