diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 86da75b..9b5be09 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -135,6 +135,12 @@ docker_manifests: - "ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}-explorer-amd64" - "ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}-explorer-arm64" - "ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}-explorer-arm64v8" + - name_template: 'ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}-explorer' + skip_push: auto + image_templates: + - "ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}-explorer-amd64" + - "ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}-explorer-arm64" + - "ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}-explorer-arm64v8" checksum: name_template: 'checksums.txt'