1
0
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:
Jo 2022-12-08 20:43:03 +08:00 committed by GitHub
parent 7083751934
commit 960814aea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.