- Remove Docker build step from CI pipeline
- DinD services have DNS resolution issues in Forgejo's temporary networks
- Each job runs in isolated network, cannot resolve service hostnames
- Format, Clippy, and Build jobs remain fully functional
- Docker builds should be done separately:
* Locally for development
* Via deployment scripts on Solaria
* When proper BuildKit support is available
This is a pragmatic solution that focuses on what CI can do well:
code quality checks and binary compilation.