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 dev harbor for staging images #28

Closed
wants to merge 4 commits into from
Closed

Commits on Mar 4, 2024

  1. Use dev harbor for staging images

    This tests our dev environment for CI / CD pipelines and allows us to
    prototype PRs here too.
    DavidFair committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b30a6c5 View commit details
    Browse the repository at this point in the history
  2. BUG: Disable Cache

    We're running out of space on some of the builds, try to remove the
    caching layer to see if this gives us some breathing room instead
    DavidFair committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3118deb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. MAINT: Bump docker related actions to V3

    Bumps the various docker actions to the latest v3, which uses a newer
    version of node
    DavidFair committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    aedb783 View commit details
    Browse the repository at this point in the history
  2. MAINT: Free up space on GH agents for builds

    Our builds are currently running out of space, lets increase the working
    area by freeing up approx 10GB of unused toolchains
    DavidFair committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    352c647 View commit details
    Browse the repository at this point in the history