Skip to content

Commit

Permalink
Fix container image variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zugao committed Sep 12, 2022
1 parent 4503ade commit 541c576
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 @@ -34,7 +34,7 @@ dockers:
build_flag_templates:
- "--platform=linux/arm64/v8"
image_templates:
- "{{ .Env.REGISTRY }}/{{ .Env.IMAGE_NAME }}:v{{ .Version }}-arm64"
- "{{ .Env.CONTAINER_REGISTRY }}/{{ .Env.IMAGE_NAME }}:v{{ .Version }}-arm64"

docker_manifests:
## ghcr.io
Expand Down

0 comments on commit 541c576

Please sign in to comment.