-
Notifications
You must be signed in to change notification settings - Fork 203
fix: Add back temporary workflow to publish main to ghcr #725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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 |
|
@brendan-kellam your pull request is missing a changelog! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on February 14
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This PR adds back a workflow to publish
mainto ghcr since the previous PR removed that functionality.Note
Introduces reusable CI for building and publishing multi-architecture Docker images and wires them into dev and prod releases.
._github/workflows/_build.yml(per-platform build, sign, and digest artifact upload) and._github/workflows/_merge.yml(merge digests into multi-platform manifest and push)release-dev.yml: builds frommainand publishesghcr.io/sourcebot-dev/sourcebot:mainrelease-prod.yml: replaces inline build/manifest steps with calls to_build.ymland_merge.yml, addspublish-to-registryjob post-tagging, and updates job dependencies/cleanup; preserves tagging (vX.Y.Z,latest) and GitHub Release creationWritten by Cursor Bugbot for commit 2eae6c3. This will update automatically on new commits. Configure here.