Skip to content

Commit

Permalink
fix(goreleaser): set correct images in footer (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i authored Aug 30, 2023
1 parent c121326 commit 72da12c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,6 @@ release:

footer: |
## Docker Images
- `ghcr.io/shini4i/{{ .ProjectName }}:{{ .Version }}`
- `ghcr.io/shini4i/{{.ProjectName}}:{{ .Tag }}`
- `ghcr.io/shini4i/{{.ProjectName}}:{{ .Tag }}-amd64`
- `ghcr.io/shini4i/{{.ProjectName}}:{{ .Tag }}-arm64`

0 comments on commit 72da12c

Please sign in to comment.