ci: use localhost 127.0.0.1:3300 for checkout since job runs in host network namespace
Deploy t-youtube / Build & Deploy (push) Failing after 1m9s

This commit is contained in:
Gan, Jimmy
2026-07-11 14:00:44 +08:00
parent 01b918eb91
commit a62b8b3473
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
run: | run: |
rm -rf /volume1/docker/t-youtube-build && git clone --depth=1 http://host.docker.internal:3300/jimmy/t-youtube.git /volume1/docker/t-youtube-build 2>&1 rm -rf /volume1/docker/t-youtube-build && git clone --depth=1 http://127.0.0.1:3300/jimmy/t-youtube.git /volume1/docker/t-youtube-build 2>&1
- name: Build Docker image - name: Build Docker image
run: | run: |