CI: use legacy builder for Docker mirror support
Deploy Dashboard / deploy (push) Failing after 25s

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