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

Commit 15299ff

Browse files
Merge pull request #26 from ContaAzul/new-metrics
Improve docker tags
2 parents 4e7054b + e2beabc commit 15299ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.goreleaser.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ archive:
1919
- config.yml
2020
dockers:
2121
- image: caninjas/postgresql_exporter
22-
latest: true
22+
tag_templates:
23+
- '{{ .Tag }}'
24+
- 'v{{ .Major }}'
25+
- 'v{{ .Major }}.{{ .Minor }}'
26+
- latest
2327
extra_files:
2428
- config.yml

0 commit comments

Comments
 (0)