summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2019-11-05 23:52:20 +0100
committer1138-4EB <1138-4EB@users.noreply.github.com>2019-11-06 00:42:50 +0100
commit0ffd1d0d7cde528c510527e1e6ea3ff624327f33 (patch)
tree607c019ce46a2beea39e2d16a8abd4999446ad2e
parent9d6dae81185bbb5b672f5a4556f0b64e6a8d94c5 (diff)
goreleaser: update deprecated fields
-rw-r--r--.goreleaser.yml36
1 files changed, 18 insertions, 18 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index d2fda22..38085b9 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -25,24 +25,24 @@ dockers:
- "quay.io/wagoodman/dive:v{{ .Major }}"
- "quay.io/wagoodman/dive:v{{ .Major }}.{{ .Minor }}"
- "quay.io/wagoodman/dive:latest"
-archive:
- format: tar.gz
- format_overrides:
- - goos: windows
- format: zip
+archives:
+ - format: tar.gz
+ format_overrides:
+ - goos: windows
+ format: zip
-nfpm:
- license: MIT
- maintainer: Alex Goodman
- homepage: https://github.com/wagoodman/dive/
- formats:
- - deb
- - rpm
+nfpms:
+ - license: MIT
+ maintainer: Alex Goodman
+ homepage: https://github.com/wagoodman/dive/
+ formats:
+ - deb
+ - rpm
-brew:
- github:
- owner: wagoodman
- name: homebrew-dive
- homepage: "https://github.com/wagoodman/dive/"
- description: "A tool for exploring each layer in a docker image"
+brews:
+ - github:
+ owner: wagoodman
+ name: homebrew-dive
+ homepage: "https://github.com/wagoodman/dive/"
+ description: "A tool for exploring each layer in a docker image"