Simplify version retrieval in Docker workflow#863
Conversation
Refactor version assignment to directly use input.
WalkthroughThe GitHub Actions Docker image workflow's version extraction step is refactored to read the version directly from GitHub input, validate it against semantic versioning (X.Y.Z format after stripping leading "v"), and exit on validation failure. File-based intermediate storage is removed. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Refactor version assignment to directly use input.
Summary by CodeRabbit