Skip to content

Releases: manascb1344/modal-github-runner

v0.6.0

03 May 11:30

Choose a tag to compare

What Changed

🐛 Bug Fixes

  • Fixed bash syntax error in SANDBOX_CMD — trailing & before && caused syntax error preventing runner from starting. Runner now starts without the dockerd wait blocking.

⚡ Performance

  • Backgrounded dockerd startup — runner starts immediately without waiting for Docker daemon. Non-Docker jobs skip the 60s dockerd wait entirely.

🔧 Other Fixes

  • Fixed label contentiontest.yml now uses unique label for 1:1 JIT runner binding. Prevents runners from picking up wrong jobs.
  • Fixed image build craship6tables-legacy alternative registration error tolerated.

📚 Documentation

  • AGENTS.md, CHANGELOG.md, README.md, DEPLOY.md updated with all fixes and new patterns.