fix CI: nas:host runs on NAS directly, use localhost:3300 not gitea:3000
Deploy t-youtube / Build & Deploy (push) Failing after 2s

This commit is contained in:
Gan, Jimmy
2026-07-09 23:14:33 +08:00
parent 92dcfd6b04
commit cfa8ae5b04
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Checkout - name: Checkout
run: | run: |
rm -rf /volume1/docker/t-youtube-build rm -rf /volume1/docker/t-youtube-build
git clone --depth=1 http://gitea:3000/jimmy/t-youtube.git /volume1/docker/t-youtube-build 2>&1 git clone --depth=1 http://localhost:3300/jimmy/t-youtube.git /volume1/docker/t-youtube-build 2>&1
- name: Build Docker image - name: Build Docker image
run: | run: |