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

docs: docker.skip_push

This commit is contained in:
Carlos Alexandro Becker 2018-03-24 18:42:21 -03:00 committed by Carlos Alexandro Becker
parent b5818a7225
commit 782659751b

View File

@ -48,6 +48,9 @@ dockers:
binary: mybinary
# Docker image name.
image: myuser/myimage
# Skips the docker push. Could be useful if you also do draft releases.
# Defaults to false.
skip_push: false
# Path to the Dockerfile (from the project root).
dockerfile: Dockerfile
# Template of the docker tag. Defaults to `{{ .Version }}`. Other allowed