mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-20 03:59:26 +02:00
docs: fix skip_push
parameter to skip_build
(#3628)
Fix the wrong `skip_push` to `skip_build` in `docker.md`.
This commit is contained in:
parent
7083751934
commit
960814aea8
@ -89,7 +89,7 @@ dockers:
|
||||
# This option is only available on GoReleaser Pro.
|
||||
#
|
||||
# Defaults to false.
|
||||
skip_push: false
|
||||
skip_build: false
|
||||
|
||||
# Skips the docker push.
|
||||
# Could be useful if you also do draft releases.
|
||||
|
Loading…
x
Reference in New Issue
Block a user