Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Oct 31, 2022
1 parent 336af85 commit 6d16e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dockers:
build_flag_templates:
- "--platform=linux/arm64/v8"
image_templates:
- " ghcr.io/{{ .Env.IMAGE_REPOSITORY }}:v{{ .Version }}-arm64"
- "ghcr.io/{{ .Env.IMAGE_REPOSITORY }}:v{{ .Version }}-arm64"

- goarch: arm
goarm: "7"
Expand Down

0 comments on commit 6d16e96

Please sign in to comment.