fix: bind-mount host docker binary into job containers

This commit is contained in:
CTO Agent 2026-07-18 16:40:32 +00:00
parent d41a24be2b
commit d74a72c130

View file

@ -20,4 +20,4 @@ data:
container:
network: host
privileged: false
options:
options: "-v /usr/bin/docker:/usr/bin/docker:ro"