Skip to content

Commit

Permalink
bump docker to ghcr v2.4.1 (#1478)
Browse files Browse the repository at this point in the history
This includes both the version bump, and uses the new GHCR image.

Signed-off-by: Spencer Schrock <sschrock@google.com>
  • Loading branch information
spencerschrock authored Feb 21, 2025
1 parent 30a595b commit f49aabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Example:
```
runs:
using: "docker"
image: "docker://gcr.io/openssf/scorecard-action:Tag"
image: "docker://ghcr.io/ossf/scorecard-action:Tag"
```

Create a pull request with this change and merge into `main`.
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ branding:

runs:
using: "docker"
image: "docker://gcr.io/openssf/scorecard-action:v2.4.0"
image: "docker://ghcr.io/ossf/scorecard-action:v2.4.1"

0 comments on commit f49aabe

Please # to comment.