2 Commits

Author SHA1 Message Date
adtpdn e8604e2c02 chore(ci): use correct tailscale IP and ssh format
Release / Build & Release (push) Failing after 4m52s
2026-07-03 17:10:39 +08:00
adtpdn c9995f8578 chore(ci): use manual git clone via ssh instead of checkout action
Release / Build & Release (push) Failing after 3s
2026-07-03 17:07:16 +08:00
+4 -5
View File
@@ -22,14 +22,13 @@ jobs:
- name: Add Gitea SSH Host Key - name: Add Gitea SSH Host Key
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
printf "Host thunderobot\n HostName 100.93.226.13\n Port 222\n StrictHostKeyChecking no\n" > ~/.ssh/config printf "Host thunderobot\n HostName 100.79.174.108\n Port 222\n StrictHostKeyChecking no\n" > ~/.ssh/config
chmod 600 ~/.ssh/config chmod 600 ~/.ssh/config
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 run: |
with: git clone ssh://git@thunderobot:222/danchie/tekton.git .
repository: danchie/tekton git checkout $TAG_NAME
ssh-key: ${{ secrets.TEKTON_SSH_KEY }}
- name: Install tools - name: Install tools
run: apt-get update -qq && apt-get install -y -qq docker.io curl unzip run: apt-get update -qq && apt-get install -y -qq docker.io curl unzip