ci: allow /var/run/docker.sock as valid volume for Docker builds
This commit is contained in:
@@ -36,7 +36,8 @@ spec:
|
||||
network: host
|
||||
docker_host: "unix:///var/run/docker.sock"
|
||||
force_pull: false
|
||||
valid_volumes: []
|
||||
valid_volumes:
|
||||
- /var/run/docker.sock
|
||||
default_image: "registry.neuralplatform.ai/ci-base:latest"
|
||||
EOF
|
||||
envFrom:
|
||||
|
||||
Reference in New Issue
Block a user