We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ae520 commit b890dc4Copy full SHA for b890dc4
.goreleaser.yaml
@@ -52,10 +52,10 @@ dockers:
52
- "ghcr.io/kluctl/template-controller:v{{ .Version }}-arm64"
53
54
docker_manifests:
55
- - name_template: ghcr.io/kluctl/template--controller:{{ .Tag }}
+ - name_template: ghcr.io/kluctl/template-controller:{{ .Tag }}
56
image_templates:
57
- "ghcr.io/kluctl/template-controller:v{{ .Version }}-amd64"
58
- - "ghcr.io/kluctl/template--controller:v{{ .Version }}-arm64"
+ - "ghcr.io/kluctl/template-controller:v{{ .Version }}-arm64"
59
60
release:
61
draft: true
0 commit comments