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

📖 meh #35

Closed
wants to merge 5 commits into from
Closed

📖 meh #35

wants to merge 5 commits into from

Commits on Sep 12, 2024

  1. ✨ Add /kai reverse-proxy route. (konveyor#2089)

    Related: konveyor/tackle2-hub#750
    
    Signed-off-by: Jeff Ortel <[email protected]>
    jortel authored and sjd78 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a58e2b4 View commit details
    Browse the repository at this point in the history
  2. 🌱 Image build, use variables for repo push

    To help out people building images in a fork,
    use github action variables to be able to configure
    the target registry and image names.
    
    Now on a fork, the destination of an image build can be set
    by using Action Variables:
      - IMAGE_BUILD_REGISTRY (default: "quay.io/konveyor")
      - IMAGE_BUILD_IMAGE_NAME (default: "tackle2-ui")
    
    and secrets:
      - QUAY_PUBLISH_ROBOT
      - QUAY_PUBLISH_TOKEN
    
    Signed-off-by: Scott J Dickerson <[email protected]>
    sjd78 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c0098f7 View commit details
    Browse the repository at this point in the history
  3. 🌱 Skip PR CI actions for docs/hacks changes

    When a PR only contains changes to root level markdown,
    or anything under `docs/` or `hack/`, there is no need
    to run the CI github actions.
    
    The ignores do not apply to pushes to main, pushes to release,
    or workflow calls.
    
    Signed-off-by: Scott J Dickerson <[email protected]>
    sjd78 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9ea7047 View commit details
    Browse the repository at this point in the history
  4. More change checking on unit-test CI

    Signed-off-by: Scott J Dickerson <[email protected]>
    sjd78 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5d0a4be View commit details
    Browse the repository at this point in the history
  5. 📖 meh

    Signed-off-by: Scott J Dickerson <[email protected]>
    sjd78 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    efaf791 View commit details
    Browse the repository at this point in the history