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:
@@ -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
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user