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
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
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}"