nxtgauge-backend-rust/.forgejo
Ashwin Kumar Sivakumar c8fa02a9a4
Some checks failed
build-and-release / build (push) Failing after 16s
fix(ci): derive DOCKER_HOST from the job container's own default gateway
--add-host=host.docker.internal:host-gateway is not being honored by
this act_runner setup (tried via the runner's global container.options
and a per-job container: block; neither worked, confirmed by two
separate failed runs with identical DNS-lookup errors). Read the
container's real default-route gateway from /proc/net/route instead
(portable, no iproute2 dependency) and export it as DOCKER_HOST via
GITHUB_ENV. This is the actual IP of the dind engine that spawned the
job container, regardless of hostname-aliasing support.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-07 22:50:54 +05:30
..
scripts chore: migrate ci naming to forgejo 2026-06-11 17:17:42 +05:30
workflows fix(ci): derive DOCKER_HOST from the job container's own default gateway 2026-07-07 22:50:54 +05:30