Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 9432595

Browse files
author
Diogo Nicoleti
authored
Fix goreleaser yaml template (#61)
1 parent d87a80c commit 9432595

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .goreleaser.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ changelog:
2222
exclude:
2323
- '^Merge (remote|branch|pull)'
2424
dockers:
25-
- image: caninjas/postgresql_exporter
26-
tag_templates:
27-
- '{{ .Tag }}'
28-
- 'v{{ .Major }}'
29-
- 'v{{ .Major }}.{{ .Minor }}'
25+
- image_templates:
26+
- 'caninjas/postgresql_exporter:latest'
27+
- 'caninjas/postgresql_exporter:{{ .Tag }}'
28+
- 'caninjas/postgresql_exporter:v{{ .Major }}'
29+
- 'caninjas/postgresql_exporter:v{{ .Major }}.{{ .Minor }}'
3030
- latest
3131
extra_files:
3232
- config.yml

0 commit comments

Comments
 (0)