fix CI: clone to /volume1 so host Docker daemon can see build context
Deploy t-youtube / Build & Deploy (push) Failing after 18s

This commit is contained in:
Gan, Jimmy
2026-07-09 23:37:59 +08:00
parent 7659d7187e
commit ca2dc468ca
+2 -2
View File
@@ -16,11 +16,11 @@ jobs:
steps:
- name: Checkout
run: |
git clone --depth=1 http://gitea:3000/jimmy/t-youtube.git /tmp/repo 2>&1
git clone --depth=1 http://gitea:3000/jimmy/t-youtube.git /volume1/docker/t-youtube-build 2>&1
- name: Build Docker image
run: |
docker build -t t-youtube:latest /tmp/repo 2>&1
docker build -t t-youtube:latest /volume1/docker/t-youtube-build 2>&1
- name: Deploy to NAS
run: |