CI | push base and builder builds as part of the images to quay#9106
Merged
Conversation
WalkthroughThe GitHub Actions workflow was updated to extend Docker image publishing. In addition to the core image, the workflow now tags and pushes both the base and builder Docker images to the Quay registry, adding explicit steps for each image in the process. Changes
Sequence Diagram(s)sequenceDiagram
participant Workflow
participant Docker
participant Quay
Workflow->>Docker: Build base, builder, core images
Workflow->>Docker: Tag base image for Quay
Workflow->>Quay: Push base image
Workflow->>Docker: Tag builder image for Quay
Workflow->>Quay: Push builder image
Workflow->>Docker: Tag core image for Quay
Workflow->>Quay: Push core image
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🪧 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
Documentation and Community
|
79570f7 to
5db9d12
Compare
nimrod-becker
approved these changes
Jun 16, 2025
Signed-off-by: nadav mizrahi <nadav.mizrahi16@gmail.com>
5db9d12 to
fc229a9
Compare
liranmauda
approved these changes
Jun 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the Problem
part of the CI changes to use ready base and builder builds.
push base and builder images to quei as part of the manul-full-build-script
Explain the Changes
Issues: Fixed #xxx / Gap #xxx
Testing Instructions:
Summary by CodeRabbit