Skip to content

Commit

Permalink
Do not perform docker build at release process
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Nov 1, 2020
1 parent 15105b3 commit 1f6ee49
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ nfpms:
- rpm
- deb

dockers:
- dockerfile: Dockerfile
binaries:
- gosivy
image_templates:
- "nakabonne/gosivy:latest"
- "nakabonne/gosivy:{{ .Tag }}"
- "nakabonne/gosivy:v{{ .Major }}.{{ .Minor }}"
#dockers:
# - dockerfile: Dockerfile
# binaries:
# - gosivy
# image_templates:
# - "nakabonne/gosivy:latest"
# - "nakabonne/gosivy:{{ .Tag }}"
# - "nakabonne/gosivy:v{{ .Major }}.{{ .Minor }}"

0 comments on commit 1f6ee49

Please sign in to comment.