From 9cfd033f61aba0c26f84bbf63337043619f5be31 Mon Sep 17 00:00:00 2001 From: Andriy Oblivantsev Date: Sun, 1 Mar 2026 11:51:57 +0000 Subject: [PATCH] Add Docker gateway fallback URLs for CI source checkout. 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 --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6a72cad..544cc27 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,6 +16,10 @@ jobs: CANDIDATES=" http://gitea: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 }}.git "