fix(ci): use explicit path for Dockerfile.registry in build-push action - #125
Conversation
buildx resolves a relative 'file:' input against the workspace root, not the build context, so the publish workflow failed with 'open Dockerfile.registry: no such file or directory'.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe registry publishing workflow now uses ChangesRegistry Docker Build
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change corrects the Dockerfile path used by the publish workflow; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Added a second fix in 73dc88e: the |
Summary
buildx failed to solve: failed to read dockerfile: open Dockerfile.registry: no such file or directorydocker/build-push-actionresolves a relativefile:input against the workspace root, not thecontextdirectory. The Dockerfile lives atmcp_server_dart/Dockerfile.registry.file: mcp_server_dart/Dockerfile.registry.Testing
Summary by CodeRabbit