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