Custom runner images were never needed. Forgejo runners pull label images
(golang:1.26-bookworm, node:22-bookworm, rust:1-bookworm) from Docker Hub
at job time. Node.js/docker are installed in workflow steps.
Removes dead-end Dockerfiles and build workflow that couldn't push through
Cloudflare's 100MB payload limit.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Squash cleanup. Runners use Docker Hub images via labels. Node.js installed in workflow steps.
Pull request closed