Skip to content

Commit

Permalink
Fix docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pikami committed Apr 6, 2024
1 parent 26dcd68 commit ec5f82c
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 @@ -32,7 +32,9 @@ brews:
email: [email protected]

dockers:
- image_templates: ["ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}-amd64"]
- image_templates:
- "ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}"
- "ghcr.io/pikami/{{ .ProjectName }}:latest"
dockerfile: Dockerfile
use: docker
build_flag_templates:
Expand Down

0 comments on commit ec5f82c

Please sign in to comment.