Skip to content

Commit efcb651

Browse files
committed
Try to tag docker image with :latest as well as version tag.
1 parent 074edb9 commit efcb651

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ dockers:
2323
binary: script-exporter
2424
goos: linux
2525
goarch: amd64
26+
tag_templates:
27+
- latest
28+
- "{{ .Version }}"

0 commit comments

Comments
 (0)