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:
parent
b5818a7225
commit
782659751b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user