Build and push runner images / build-runners (pull_request) Failing after 46s
/var/run is a symlink to /run in Alpine. Mounting emptyDir at /var/run doesn't override the real /run directory, so dind's docker.sock at /run/docker.sock was never visible to the runner container. Fix: Mount the shared emptyDir at /run in both containers.