fix: bump docker#177
Conversation
🎉 Are we earthbuild yet?Great progress! You've reduced "earthly" occurrences by 2 (8.00%) 📈 Overall Progress
Keep up the great work migrating from Earthly to Earthbuild! 🚀 💡 Tips for finding more occurrencesRun locally to see detailed breakdown: ./.github/scripts/count-earthly.shNote that the goal is not to reach 0. |
There was a problem hiding this comment.
Code Review
This pull request refactors the Renovate configuration to use more specific regex patterns and separate rules for different operating systems, improving dependency tracking via Repology and GitHub Releases. The Earthfile was updated to remove automatic OS detection from branch names in the release target, which now requires an explicit OS argument. Review feedback identifies this as a breaking change for CI/CD pipelines and notes a potential version regression for Ubuntu 26.04 where the Docker version was downgraded.
This fixes and simplifies the release flow for the newest Docker:
The release workflow relies on file changes rather than branch name changes.