This commit is contained in:
Tyr Mactire 2022-07-26 21:56:55 -07:00 committed by GitHub
parent d8c1c8de7b
commit c027d3faff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,8 @@ dockers:
goos: linux goos: linux
goarch: amd64 goarch: amd64
image_templates: image_templates:
- "tyrm/{{ .ProjectName }}:{{ .Version }}-amd64" - "feditools/{{ .ProjectName }}:{{ .Version }}-amd64"
- "tyrm/{{ .ProjectName }}:latest-amd64" - "feditools/{{ .ProjectName }}:latest-amd64"
build_flag_templates: build_flag_templates:
- "--platform=linux/amd64" - "--platform=linux/amd64"
- "--label=org.opencontainers.image.created={{.Date}}" - "--label=org.opencontainers.image.created={{.Date}}"
@ -50,8 +50,8 @@ dockers:
goos: linux goos: linux
goarch: arm64 goarch: arm64
image_templates: image_templates:
- "tyrm/{{ .ProjectName }}:{{ .Version }}-arm64v8" - "feditools/{{ .ProjectName }}:{{ .Version }}-arm64v8"
- "tyrm/{{ .ProjectName }}:latest-arm64v8" - "feditools/{{ .ProjectName }}:latest-arm64v8"
build_flag_templates: build_flag_templates:
- "--platform=linux/arm64/v8" - "--platform=linux/arm64/v8"
- "--label=org.opencontainers.image.created={{.Date}}" - "--label=org.opencontainers.image.created={{.Date}}"
@ -63,7 +63,7 @@ docker_manifests:
image_templates: image_templates:
- feditools/{{ .ProjectName }}:{{ .Version }}-amd64 - feditools/{{ .ProjectName }}:{{ .Version }}-amd64
- feditools/{{ .ProjectName }}:{{ .Version }}-arm64v8 - feditools/{{ .ProjectName }}:{{ .Version }}-arm64v8
- name_template: tyrm/{{ .ProjectName }}:latest - name_template: feditools/{{ .ProjectName }}:latest
image_templates: image_templates:
- feditools/{{ .ProjectName }}:latest-amd64 - feditools/{{ .ProjectName }}:latest-amd64
- feditools/{{ .ProjectName }}:latest-arm64v8 - feditools/{{ .ProjectName }}:latest-arm64v8