File tree Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,20 @@ changelog:
21
21
- " ^docs:"
22
22
- " ^test:"
23
23
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
30
29
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
You can’t perform that action at this time.
0 commit comments