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:
parent
14d1347ed9
commit
8f5cf8a102
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user