Skip to content

Commit dddadf1

Browse files
author
koddr
committed
Add skip_push: true to Docker image
1 parent e8c692e commit dddadf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dockers:
3434
# Skips the docker push. Could be useful if you also do draft releases.
3535
# If set to auto, the release will not be pushed to the docker repository
3636
# in case there is an indicator for prerelease in the tag e.g. v1.0.0-rc1
37-
# skip_push: true
37+
skip_push: true
3838

3939
# Templates of the Docker image names.
4040
image_templates:

0 commit comments

Comments
 (0)