Add Docker gateway fallback URLs for CI source checkout.
CI / test (push) Failing after 5s

Probe common bridge gateway addresses to reach the self-hosted Gitea service when container DNS aliases are unavailable in the runner network.

Made-with: Cursor
This commit is contained in:
2026-03-01 11:51:57 +00:00
parent cb23461cf8
commit 9cfd033f61
+4
View File
@@ -16,6 +16,10 @@ jobs:
CANDIDATES=" CANDIDATES="
http://gitea:3000/${{ github.repository }} http://gitea:3000/${{ github.repository }}
http://host.docker.internal:3000/${{ github.repository }} http://host.docker.internal:3000/${{ github.repository }}
http://172.17.0.1:3000/${{ github.repository }}
http://172.18.0.1:3000/${{ github.repository }}
http://172.19.0.1:3000/${{ github.repository }}
http://172.20.0.1:3000/${{ github.repository }}
https://git.produktor.io/${{ github.repository }} https://git.produktor.io/${{ github.repository }}
https://git.produktor.io/${{ github.repository }}.git https://git.produktor.io/${{ github.repository }}.git
" "