Chore: Adds build condition for pushing to latest on main scheduled build#126
Merged
Chore: Adds build condition for pushing to latest on main scheduled build#126
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a build condition to automatically tag main branch builds with "latest" during scheduled builds.
- Adds a new tag condition for the main branch in the insights trivy image workflow
- Introduces a new step that conditionally applies the "latest" tag when the branch is main
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a build condition to tag "main" builds with "latest" for scheduled builds on the insights trivy image.
- Adds a new tag condition to push a "latest" tag on the main branch
- Updates the GitHub workflow to include a condition to enable this tag only for the main branch
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a build condition to push the "latest" tag when the insights-trivy-image workflow is executed on the main branch.
- Introduces a new comment and condition for tagging builds as "latest" on the main branch.
- Updates the GitHub Actions YAML file to enable this behavior during scheduled builds.
added 2 commits
May 6, 2025 08:08
tobybellwood
approved these changes
May 6, 2025
Member
tobybellwood
left a comment
There was a problem hiding this comment.
Yah - this looks good. Any update to the image will push a latest tag, and the nightly build will update the tag when the new db comes in.
We can always review whether daily is the correct frequency later!
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.
Adds "latest" tag to "main" builds on insights trivy image