CI: re-enable BuildKit with working Docker mirrors
Deploy Dashboard / deploy (push) Failing after 1m3s

This commit is contained in:
Gan, Jimmy
2026-02-25 04:04:41 +08:00
parent 3404524468
commit 89a908f928
+1 -2
View File
@@ -20,7 +20,6 @@ jobs:
- name: Checkout - name: Checkout
run: git clone --depth 1 http://gitea:3000/jimmy/nas-tools.git . run: git clone --depth 1 http://gitea:3000/jimmy/nas-tools.git .
- name: Build - name: Build
run: DOCKER_BUILDKIT=0 docker build -t nas-dashboard:latest dashboard/ run: docker build -t nas-dashboard:latest dashboard/
continue-on-error: true
- name: Deploy - name: Deploy
run: docker compose -f /nas-dashboard/docker-compose.yml up -d --pull never run: docker compose -f /nas-dashboard/docker-compose.yml up -d --pull never