Skip to content

Commit

Permalink
fix: image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zwindler committed May 17, 2024
1 parent efba503 commit 0e866c2
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dockers:
goos: linux
goarch: amd64
image_templates:
- "deezer/groroti:{{ .Version }}-amd64"
- "deezer/groroti:latest-amd64"
- "deezer/groroti:{{ .Version }}"
- "deezer/groroti:latest"
build_flag_templates:
- "--platform=linux/amd64"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -33,8 +33,8 @@ dockers:
goos: linux
goarch: arm64
image_templates:
- "deezer/groroti:{{ .Version }}-arm64"
- "deezer/groroti:latest-arm64"
- "deezer/groroti:{{ .Version }}"
- "deezer/groroti:latest"
build_flag_templates:
- "--platform=linux/arm64"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -43,20 +43,6 @@ dockers:
- "--label=org.opencontainers.image.version={{.Version}}"
extra_files:
- config.toml
docker_manifests:
# https://goreleaser.com/customization/docker_manifest/
- name_template: deezer/groroti:{{.Version}}
image_templates:
- deezer/groroti:{{.Version}}-amd64
- name_template: deezer/groroti:latest
image_templates:
- deezer/groroti:latest-amd64
- name_template: deezer/groroti:{{.Version}}
image_templates:
- deezer/groroti:{{.Version}}-arm64
- name_template: deezer/groroti:latest
image_templates:
- deezer/groroti:latest-arm64
checksum:
# https://goreleaser.com/customization/checksum/
name_template: 'checksums.txt'
Expand Down

0 comments on commit 0e866c2

Please sign in to comment.