Skip to content
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
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2024

  1. Run tag_image_push workflows during PR builder

    The `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. ``!)
    JackPGreen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    06c7259 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    JackPGreen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6d0d10c View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    JackPGreen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    48ab037 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    JackPGreen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5fb3be8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b745d2c View commit details
    Browse the repository at this point in the history
  6. Fix trigger

    JackPGreen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c208f6f View commit details
    Browse the repository at this point in the history
  7. debug

    JackPGreen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a9302f3 View commit details
    Browse the repository at this point in the history
  8. wip

    JackPGreen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e0a4c3c View commit details
    Browse the repository at this point in the history
  9. update inputs syntax

    JackPGreen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4d210c6 View commit details
    Browse the repository at this point in the history
  10. Fix secrets

    JackPGreen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f88a1e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7c2dec View commit details
    Browse the repository at this point in the history
  12. Use right method

    JackPGreen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    144f3de View commit details
    Browse the repository at this point in the history
  13. Fix... again

    JackPGreen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0117958 View commit details
    Browse the repository at this point in the history
  14. Revert dry run inversion

    JackPGreen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f1ca0b4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7ebdbc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    c7892eb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Rescope secrets

    JackPGreen committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f1f1a3f View commit details
    Browse the repository at this point in the history