fix: remove duplicate docker socket mount from PR workflow
Pull Request / unit-tests (pull_request) Successful in 54s
Pull Request / analyze-bump-type (pull_request) Successful in 25s
Pull Request / build-and-deploy-ci (pull_request) Failing after 1m10s

The runner already passes through its own docker socket mount to job
containers. Specifying it again in the workflow causes a duplicate
mount point error.
This commit is contained in:
2026-05-16 20:38:49 -07:00
parent 66fc2386c2
commit a3e46ec83e
-1
View File
@@ -39,7 +39,6 @@ jobs:
options: --user root
volumes:
- /apps:/apps
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Checkout code