1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

feat: release our docker image as vX.Y.Z

Using the tag instead of the version
This commit is contained in:
Carlos Alexandro Becker 2017-12-05 11:29:55 -02:00 committed by Carlos Alexandro Becker
parent 14d1347ed9
commit 8f5cf8a102

View File

@ -23,6 +23,7 @@ changelog:
dockers:
- image: goreleaser/goreleaser
latest: true
tag_template: '{{ .Tag }}'
archive:
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements: