Skip to content

Commit f4fc639

Browse files
committed
updated goreleaser config for changes to goreleaser
1 parent 2dfda03 commit f4fc639

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

.goreleaser.yml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,20 @@ changelog:
2121
- "^docs:"
2222
- "^test:"
2323
dockers:
24-
- image: southclaws/wadsworth
25-
tag_templates:
26-
- "{{ .Tag }}"
27-
- "v{{ .Major }}"
28-
- "v{{ .Major }}.{{ .Minor }}"
29-
- latest
24+
- image_templates:
25+
- southclaws/wadsworth:"{{ .Tag }}"
26+
- southclaws/wadsworth:"v{{ .Major }}"
27+
- southclaws/wadsworth:"v{{ .Major }}.{{ .Minor }}"
28+
- southclaws/wadsworth:latest
3029
dockerfile: Dockerfile.release
31-
nfpm:
32-
vendor: Southclaws
33-
homepage: https://github.com/Southclaws/wadsworth
34-
maintainer: Southclaws <hello@southcla.ws>
35-
description: |
36-
A docker-compose application manager that deploys and maintains a set of
37-
compose projects and provides secret management for them via Vault.
38-
license: GPLv3
39-
formats:
40-
- deb
41-
- rpm
30+
nfpms:
31+
- vendor: Southclaws
32+
homepage: https://github.com/Southclaws/wadsworth
33+
maintainer: Southclaws <hello@southcla.ws>
34+
description: |
35+
A docker-compose application manager that deploys and maintains a set of
36+
compose projects and provides secret management for them via Vault.
37+
license: GPLv3
38+
formats:
39+
- deb
40+
- rpm

0 commit comments

Comments
 (0)