chore(ci): route SSH clone via docker bridge gateway instead of tailscale IP
Release / Build & Release (push) Failing after 5m1s

This commit is contained in:
2026-07-03 17:13:30 +08:00
parent 350ae269f2
commit 8abf07a0d4
+2 -2
View File
@@ -22,12 +22,12 @@ jobs:
- name: Add Gitea SSH Host Key
run: |
mkdir -p ~/.ssh
printf "Host 100.79.174.108\n Port 222\n StrictHostKeyChecking no\n" > ~/.ssh/config
printf "Host 172.18.0.1\n Port 222\n StrictHostKeyChecking no\n" > ~/.ssh/config
chmod 600 ~/.ssh/config
- name: Checkout Code
run: |
git clone ssh://git@100.79.174.108:222/danchie/tekton.git .
git clone ssh://git@172.18.0.1:222/danchie/tekton.git .
git checkout $TAG_NAME
- name: Install tools