-
Notifications
You must be signed in to change notification settings - Fork 82
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
Run tag_image_push
workflows during PR builder [DI-315]
#813
Open
JackPGreen
wants to merge
17
commits into
master
Choose a base branch
from
Run-`tag_image_push`-workflows-during-PR-builder
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Run tag_image_push
workflows during PR builder [DI-315]
#813
JackPGreen
wants to merge
17
commits into
master
from
Run-`tag_image_push`-workflows-during-PR-builder
+118
−23
Commits on Oct 24, 2024
-
Run
tag_image_push
workflows during PR builderThe `tag_image_push` workflows are triggered _only_ with a release, which means that any changes are not able to be tested. Using a `DRY_RUN` mode we can execute the workflow as a non-destructive sanity check, _without_ making any publicly observable changes. Changes: - Add execution of `tag_image_push` workflows (in `DRY_RUN` mode) to PR builder - Add `DRY_RUN` mode to `tag_image_push_rhel` workflow - Extend `tag_image_push` workflow's `DRY_RUN` parameter by also skipping Dockerhub description/readme updates - Support calling `tag_image_push` workflows from other workflows via `workflow_call` ([require duplication of parameters](https://github.com/orgs/community/discussions/39357)) - Invert `DRY_RUN` check so that it _only_ runs if it's `false` (previously - ran always unless `true`) as a safety net for bad inputs (e.g. ``!)
Configuration menu - View commit details
-
Copy full SHA for 06c7259 - Browse repository at this point
Copy the full SHA 06c7259View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0d10c - Browse repository at this point
Copy the full SHA 6d0d10cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ab037 - Browse repository at this point
Copy the full SHA 48ab037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb3be8 - Browse repository at this point
Copy the full SHA 5fb3be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b745d2c - Browse repository at this point
Copy the full SHA b745d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c208f6f - Browse repository at this point
Copy the full SHA c208f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9302f3 - Browse repository at this point
Copy the full SHA a9302f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0a4c3c - Browse repository at this point
Copy the full SHA e0a4c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d210c6 - Browse repository at this point
Copy the full SHA 4d210c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f88a1e0 - Browse repository at this point
Copy the full SHA f88a1e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c2dec - Browse repository at this point
Copy the full SHA f7c2decView commit details -
Configuration menu - View commit details
-
Copy full SHA for 144f3de - Browse repository at this point
Copy the full SHA 144f3deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0117958 - Browse repository at this point
Copy the full SHA 0117958View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ca0b4 - Browse repository at this point
Copy the full SHA f1ca0b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ebdbc3 - Browse repository at this point
Copy the full SHA 7ebdbc3View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7892eb - Browse repository at this point
Copy the full SHA c7892ebView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1f1a3f - Browse repository at this point
Copy the full SHA f1f1a3fView commit details
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.