fix: remove duplicate docker socket mount from PR workflow
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:
@@ -39,7 +39,6 @@ jobs:
|
||||
options: --user root
|
||||
volumes:
|
||||
- /apps:/apps
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user