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

Use released versions of the builder #214

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Commits on Aug 8, 2024

  1. Use released versions of the builder

    To build or test the builder, let's use a released version of the
    builder. This allows to fix the builder in case something got broken
    with a PR.
    agners committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d5770f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Do not pull the latest version of builder when testing

    When testing, pulling the latest version makes the whole test kinda
    pointless, as the last version currently published gets tested instead
    of the just built one. Add a new argument so we can still reuse the same
    builder action, but skip pulling to reuse the freshly built builder.
    agners committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0d1ce12 View commit details
    Browse the repository at this point in the history