Skip to content

Commit

Permalink
Conform to the new image_templates in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Jan 11, 2019
1 parent 3770122 commit 60b66f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ changelog:
- '^Merge pull request'

dockers:
- image: dkron/dkron
binary: dkron
- binary: dkron
dockerfile: Dockerfile.hub
extra_files:
- dist/linux_amd64
tag_templates:
- latest
- "{{ .Tag }}"
image_templates:
- "dkron/dkron:latest"
- "dkron/dkron:{{ .Tag }}"
- "dkron/dkron:{{ .Major }}"

0 comments on commit 60b66f9

Please sign in to comment.