fix(ci): use Docker network hostname for docs runner checkout #112

Merged
forbes merged 1 commits from fix/docs-checkout-docker-network into main 2026-02-09 14:56:04 +00:00
Owner

The act_runner and gitea containers share the git_default Docker network. Uses http://gitea:3000 (container DNS name) instead of localhost, which from inside the runner container resolves to the runner itself, not the host.

Supersedes #111.

The `act_runner` and `gitea` containers share the `git_default` Docker network. Uses `http://gitea:3000` (container DNS name) instead of `localhost`, which from inside the runner container resolves to the runner itself, not the host. Supersedes #111.
forbes added 1 commit 2026-02-09 14:53:50 +00:00
fix(ci): use Docker network hostname for docs runner checkout
Some checks failed
Build and Test / build (pull_request) Failing after 1m42s
ccc372b2d1
The act_runner and gitea containers share the git_default Docker
network. Use http://gitea:3000 (container DNS name) instead of
localhost, which resolves to the runner container itself.
forbes merged commit 9bd5a7def1 into main 2026-02-09 14:56:04 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#112