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

🌱 publish docker images to GitHub Container Registry #1453

Merged
merged 2 commits into from
Nov 13, 2024

Commits on Oct 7, 2024

  1. publish docker images to GitHub Container Registry

    The goal is to use GHCR to replace Google Container Registry (GCR) for
    future versions of Scorecard Action releases. These workflows will build
    two types of images:
    
      1. Release images, which are tagged following a v1.2.3 pattern. These
      container images will be retained indefinitely.
      2. Per-commit images for each push to main. These images are used when
         testing the action, and will be removed after a week.
    
    Signed-off-by: Spencer Schrock <[email protected]>
    spencerschrock committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c55135e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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