mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +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
|
image: myuser/myimage
|
||||||
# Path to the Dockerfile (from the project root).
|
# Path to the Dockerfile (from the project root).
|
||||||
dockerfile: Dockerfile
|
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.
|
# Also tag and push myuser/myimage:latest.
|
||||||
latest: true
|
latest: true
|
||||||
# If your Dockerfile copies files other than the binary itself,
|
# If your Dockerfile copies files other than the binary itself,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user