Skip to content

Commit

Permalink
Add skip_push: true to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
koddr committed Aug 5, 2020
1 parent e8c692e commit dddadf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dockers:
# Skips the docker push. Could be useful if you also do draft releases.
# If set to auto, the release will not be pushed to the docker repository
# in case there is an indicator for prerelease in the tag e.g. v1.0.0-rc1
# skip_push: true
skip_push: true

# Templates of the Docker image names.
image_templates:
Expand Down

0 comments on commit dddadf1

Please sign in to comment.