Skip to content

Commit

Permalink
docs: update docker options and schema
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Dec 3, 2022
1 parent 3705751 commit b06f217
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 4 deletions.
17 changes: 16 additions & 1 deletion www/docs/customization/docker.md
Expand Up @@ -79,6 +79,18 @@ dockers:
- "myuser/myimage:v{{ .Major }}"
- "gcr.io/myuser/myimage:latest"


# Skips the docker build.
# Could be useful if you want to skip building the windows docker image on
# linux, for example.
#
# This field allows templates.
# Since: v1.14.0-pro.
# This option is only available on GoReleaser Pro.
#
# Defaults to false.
skip_push: false

# Skips the docker push.
# Could be useful if you also do draft releases.
#
Expand All @@ -94,8 +106,11 @@ dockers:
dockerfile: '{{ .Env.DOCKERFILE }}'

# Set the "backend" for the Docker pipe.
#
# Valid options are: docker, buildx, podman.
# podman is a GoReleaser Pro feature and is only available on Linux.
#
# Podman is a GoReleaser Pro feature and is only available on Linux.
#
# Defaults to docker.
use: docker

Expand Down
51 changes: 48 additions & 3 deletions www/docs/static/schema-pro.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b06f217

Please sign in to comment.