Skip to content

Commit

Permalink
Fix docker tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Jan 14, 2019
1 parent d97559b commit bd03a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ dockers:
image_templates:
- "dkron/dkron:latest"
- "dkron/dkron:{{ .Tag }}"
- "dkron/dkron:{{ .Major }}"
- "dkron/dkron:v{{ .Major }}"

0 comments on commit bd03a87

Please sign in to comment.