Skip to content

Commit

Permalink
fix(build): invalid env var reference in goreleaser config (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <nscuro@protonmail.com>

Signed-off-by: nscuro <nscuro@protonmail.com>
  • Loading branch information
nscuro committed Aug 10, 2022
1 parent 161c152 commit 2fe0a1d
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 @@ -88,7 +88,7 @@ docker_manifests:
image_templates:
- "cyclonedx/{{ .ProjectName }}:{{ .Tag }}-amd64"
- "cyclonedx/{{ .ProjectName }}:{{ .Tag }}-arm64"
- name_template: "{{ .Env.docker_repository_owner}}/{{ .ProjectName }}:v{{ .Major }}"
- name_template: "cyclonedx/{{ .ProjectName }}:v{{ .Major }}"
image_templates:
- "cyclonedx/{{ .ProjectName }}:{{ .Tag }}-amd64"
- "cyclonedx/{{ .ProjectName }}:{{ .Tag }}-arm64"
Expand Down

0 comments on commit 2fe0a1d

Please sign in to comment.