Skip to content

Commit

Permalink
fix typo in readme for move to GHCR (#3898)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway authored Oct 6, 2024
1 parent da11580 commit c7d04ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ introduce breaking changes may be accepted, but will be considered lower priorit
Here is how to install and use cosign inside a Dockerfile through the ghcr.io/sigstore/cosign/cosign image:

```shell
FROM gcr.io/sigstore/cosign/cosign:v2.4.1 as cosign-bin
FROM ghcr.io/sigstore/cosign/cosign:v2.4.1 as cosign-bin

# Source: https://github.com/chainguard-images/static
FROM cgr.dev/chainguard/static:latest
Expand Down

0 comments on commit c7d04ba

Please sign in to comment.