Skip to content

Commit

Permalink
Fixes image_templates
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Oct 30, 2018
1 parent 0efb5df commit a391b0e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ nfpm:
- rpm

dockers:
- image: amir20/dozzle
tag_templates:
- "{{ .Tag }}"
- "v{{ .Major }}.{{ .Minor }}"
- latest
- image_templates:
- "amir20/dozzle:{{ .Tag }}"
- "amir20/dozzle:v{{ .Major }}.{{ .Minor }}"
- amir20/dozzle:latest

0 comments on commit a391b0e

Please sign in to comment.