-
Notifications
You must be signed in to change notification settings - Fork 39
Add prune release to rel from tag #791
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
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
|
Warning Rate limit exceeded@mkysel has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 12 minutes and 35 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
### Add `xmtpd-prune` Docker image build support to GitHub Actions release workflow The GitHub Actions workflow in [release-from-tag.yml](https://github.com/xmtp/xmtpd/pull/791/files#diff-cee4eadd46d2585fd337f530116877504920be9ec452bdbfb915b95857438208) is updated to build and push a new `xmtpd-prune` Docker image using `Dockerfile-prune`. The workflow matrix now includes three images: `xmtpd`, `xmtpd-cli`, and `xmtpd-prune`.
Add
xmtpd-pruneDocker image build support to GitHub Actions release workflowThe GitHub Actions workflow in release-from-tag.yml is updated to build and push a new
xmtpd-pruneDocker image usingDockerfile-prune. The workflow matrix now includes three images:xmtpd,xmtpd-cli, andxmtpd-prune.📍Where to Start
Start with the workflow configuration in release-from-tag.yml which contains the matrix configuration and build conditions for the Docker images.
Macroscope summarized 988813c.