normogen/.forgejo/workflows
goose a57bfca6cf
Some checks failed
Lint and Build / format (push) Successful in 34s
Lint and Build / clippy (push) Has been cancelled
Lint and Build / build (push) Has been cancelled
fix(ci): remove docker-build due to DNS/network issues with DinD
- 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.
2026-03-18 23:26:27 -03:00
..
lint-and-build.yml fix(ci): remove docker-build due to DNS/network issues with DinD 2026-03-18 23:26:27 -03:00