Skip to content

Commit

Permalink
Update container image link on release page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Ben committed Aug 17, 2024
1 parent a4205ba commit a3ddfbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ release:
footer: |
### Container Images
https://gcr.io/go-containerregistry/crane:{{.Tag}}
https://gcr.io/go-containerregistry/gcrane:{{.Tag}}
https://ghcr.io/google/go-containerregistry/crane:{{.Tag}}
https://ghcr.io/google/go-containerregistry/gcrane:{{.Tag}}
For example:
```
docker pull gcr.io/go-containerregistry/crane:{{.Tag}}
docker pull gcr.io/go-containerregistry/gcrane:{{.Tag}}
docker pull ghcr.io/google/go-containerregistry/crane:{{.Tag}}
docker pull ghcr.io/google/go-containerregistry/gcrane:{{.Tag}}
```

0 comments on commit a3ddfbf

Please sign in to comment.