1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00

docs: documented tag_template field

New feature recently added
This commit is contained in:
Carlos Alexandro Becker 2017-12-05 11:30:23 -02:00 committed by Carlos Alexandro Becker
parent 8f5cf8a102
commit 8d9245d4d3

View File

@ -50,6 +50,9 @@ dockers:
image: myuser/myimage
# Path to the Dockerfile (from the project root).
dockerfile: Dockerfile
# Template of the docker tag. Defaults to `{{ .Version }}`. Other allowed
# fields are `.Tag`.
tag_template: "{{ .Tag }}"
# Also tag and push myuser/myimage:latest.
latest: true
# If your Dockerfile copies files other than the binary itself,