:seedling: publish docker images to GitHub Container Registry by spencerschrock · Pull Request #1453 · ossf/scorecard-action

@spencerschrock

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 <sschrock@google.com>

raghavkaul

raghavkaul

@spencerschrock

spencerschrock added a commit to spencerschrock/scorecard-webapp that referenced this pull request

Nov 13, 2024
With the switch to GHCR we'll need to support both images for e2e testing.
Eventually we can remove the gcr.io case if needed.

ossf/scorecard-action#1453

Signed-off-by: Spencer Schrock <sschrock@google.com>

spencerschrock added a commit to ossf/scorecard-webapp that referenced this pull request

Nov 13, 2024
With the switch to GHCR we'll need to support both images for e2e testing.
Eventually we can remove the gcr.io case if needed.

ossf/scorecard-action#1453

Signed-off-by: Spencer Schrock <sschrock@google.com>

spencerschrock added a commit to ossf-tests/scorecard-action that referenced this pull request

Nov 13, 2024
ossf#1453
Signed-off-by: Spencer Schrock <sschrock@google.com>

spencerschrock added a commit to ossf-tests/scorecard-action that referenced this pull request

Nov 13, 2024
ossf#1453

Signed-off-by: Spencer Schrock <sschrock@google.com>