diff --git a/.goreleaser.yml b/.goreleaser.yml index 479c2fd..b2f87e4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -20,6 +20,8 @@ dockers: - "registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:{{ .Major }}.{{ .Minor }}-amd64" - 'registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:{{ .Version }}-amd64' - "registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:latest-amd64" + extra_files: + - health use: buildx build_flag_templates: - "--pull" @@ -37,6 +39,8 @@ dockers: - "registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:{{ .Major }}.{{ .Minor }}-arm64" - 'registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:{{ .Version }}-arm64' - "registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:latest-arm64" + extra_files: + - health use: buildx build_flag_templates: - "--pull"