Skip to content

Commit b890dc4

Browse files
committed
chore: Fix image name in goreleaser config
1 parent 46ae520 commit b890dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ dockers:
5252
- "ghcr.io/kluctl/template-controller:v{{ .Version }}-arm64"
5353

5454
docker_manifests:
55-
- name_template: ghcr.io/kluctl/template--controller:{{ .Tag }}
55+
- name_template: ghcr.io/kluctl/template-controller:{{ .Tag }}
5656
image_templates:
5757
- "ghcr.io/kluctl/template-controller:v{{ .Version }}-amd64"
58-
- "ghcr.io/kluctl/template--controller:v{{ .Version }}-arm64"
58+
- "ghcr.io/kluctl/template-controller:v{{ .Version }}-arm64"
5959

6060
release:
6161
draft: true

0 commit comments

Comments
 (0)