diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3566869..58d043f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -38,8 +38,8 @@ dockers: goos: linux goarch: amd64 image_templates: - - "tyrm/{{ .ProjectName }}:{{ .Version }}-amd64" - - "tyrm/{{ .ProjectName }}:latest-amd64" + - "feditools/{{ .ProjectName }}:{{ .Version }}-amd64" + - "feditools/{{ .ProjectName }}:latest-amd64" build_flag_templates: - "--platform=linux/amd64" - "--label=org.opencontainers.image.created={{.Date}}" @@ -50,8 +50,8 @@ dockers: goos: linux goarch: arm64 image_templates: - - "tyrm/{{ .ProjectName }}:{{ .Version }}-arm64v8" - - "tyrm/{{ .ProjectName }}:latest-arm64v8" + - "feditools/{{ .ProjectName }}:{{ .Version }}-arm64v8" + - "feditools/{{ .ProjectName }}:latest-arm64v8" build_flag_templates: - "--platform=linux/arm64/v8" - "--label=org.opencontainers.image.created={{.Date}}" @@ -63,7 +63,7 @@ docker_manifests: image_templates: - feditools/{{ .ProjectName }}:{{ .Version }}-amd64 - feditools/{{ .ProjectName }}:{{ .Version }}-arm64v8 - - name_template: tyrm/{{ .ProjectName }}:latest + - name_template: feditools/{{ .ProjectName }}:latest image_templates: - feditools/{{ .ProjectName }}:latest-amd64 - feditools/{{ .ProjectName }}:latest-arm64v8