We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784b8ab commit c663816Copy full SHA for c663816
.goreleaser.yaml
@@ -72,9 +72,9 @@ dockers:
72
docker_manifests:
73
- name_template: ghcr.io/open-feature/cli:{{ .Version }}
74
image_templates:
75
- - ghcr.io/open-feature/codegen:{{ .Version }}-amd64
76
- - ghcr.io/open-feature/codegen:{{ .Version }}-arm64
+ - ghcr.io/open-feature/cli:{{ .Version }}-amd64
+ - ghcr.io/open-feature/cli:{{ .Version }}-arm64
77
- name_template: ghcr.io/open-feature/cli:latest
78
79
80
0 commit comments