fix: remove duplicate docker.sock mount from deploy workflows
Deploy Dashboard (Dev) / deploy-dev (push) Has been cancelled
Run Tests / Backend Tests (push) Has been cancelled
Run Tests / Frontend Tests (push) Has been cancelled
Run Tests / Test Summary (push) Has been cancelled

This commit is contained in:
Gan, Jimmy
2026-04-03 23:49:45 +08:00
parent 363e1e12d5
commit 7a50c070e1
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -16,7 +16,6 @@ jobs:
container:
volumes:
- /var/packages/ContainerManager/target/usr/bin/docker:/usr/bin/docker
- /var/run/docker.sock:/var/run/docker.sock
- /volume1/docker/nas-dashboard:/nas-dashboard
steps:
- name: Checkout exact commit