Skip to content

Commit

Permalink
chore: fix images tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zwindler committed May 28, 2024
1 parent b8c11de commit b2480b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dockers:
image_templates:
- "deezer/groroti:{{ .Version }}"
- "deezer/groroti:latest"
- "deezer/groroti:amd64"
build_flag_templates:
- "--platform=linux/amd64"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -35,6 +36,7 @@ dockers:
image_templates:
- "deezer/groroti:{{ .Version }}"
- "deezer/groroti:latest"
- "deezer/groroti:arm64"
build_flag_templates:
- "--platform=linux/arm64"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand Down

0 comments on commit b2480b3

Please sign in to comment.