chore: Update goreleaser config for docker

goreleaser deprecated their docker settings and uses image_templates
now.
This commit is contained in:
Enrico Stahn 2018-12-31 10:10:10 +11:00
parent 8b64a58900
commit 22afc6cc4e
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

@ -10,7 +10,15 @@ builds:
- amd64
dockers:
- image: hipages/php-fpm_exporter
- image_templates:
- "hipages/php-fpm_exporter:latest"
- "hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}"
- "hipages/php-fpm_exporter:{{ .Major }}"
build_flag_templates:
- "--build-arg=VERSION={{.Version}}"
- "--build-arg=BUILD_DATE={{.Date}}"
- "--build-arg=VCS_REF={{.FullCommit}}"
archive:
format: binary