fix CI: use localhost:3300 for Gitea clone (allows anonymous)
Deploy t-youtube / Build & Deploy (push) Failing after 1s

This commit is contained in:
Gan, Jimmy
2026-07-09 23:02:17 +08:00
parent 312e787055
commit 1946aa845a
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout
run: |
git clone --depth=1 --branch main http://100.78.131.124:3300/jimmy/t-youtube.git /tmp/t-youtube-build 2>&1
git clone --depth=1 --branch main http://localhost:3300/jimmy/t-youtube.git /tmp/t-youtube-build 2>&1
- name: Build Docker image
run: |