fix(ci): use Docker network hostname for docs runner checkout #112
Reference in New Issue
Block a user
Delete Branch "fix/docs-checkout-docker-network"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
act_runnerandgiteacontainers share thegit_defaultDocker network. Useshttp://gitea:3000(container DNS name) instead oflocalhost, which from inside the runner container resolves to the runner itself, not the host.Supersedes #111.