Skip to content

Commit

Permalink
fix goreleaser for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
frapposelli committed Aug 20, 2019
1 parent 9df20db commit 842dc42
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ archive:
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
dockers:
- image: frapposelli/wwhrd
- image_templates:
- "frapposelli/wwhrd:latest"
- "frapposelli/wwhrd:{{ .Tag }}"
- "frapposelli/wwhrd:v{{ .Major }}"
goos: linux
goarch: amd64
binary: wwhrd
tag_templates:
- "{{ .Tag }}"
- "v{{ .Major }}"
- "v{{ .Major }}.{{ .Minor }}"
- latest
binaries:
- wwhrd
dockerfile: Dockerfile
brew:
github:
owner: frapposelli
Expand Down

0 comments on commit 842dc42

Please sign in to comment.