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
|
options: --user root
|
||||||
volumes:
|
volumes:
|
||||||
- /apps:/apps
|
- /apps:/apps
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user