ci: allow /var/run/docker.sock as valid volume for Docker builds

This commit is contained in:
Will Anderson
2026-04-04 10:24:37 -05:00
parent 82ed0eb10b
commit f3898d4c8e
+2 -1
View File
@@ -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: