Skip to content

Commit

Permalink
.goreleaser.yaml: Fix docker manifest name template to include version
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed Aug 12, 2022
1 parent f9bb4eb commit 2186745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dockers:
- operator/main.jsonnet
- kubernetes.libsonnet
docker_manifests:
- name_template: ghcr.io/metalmatze/kube-cockroachdb
- name_template: ghcr.io/metalmatze/kube-cockroachdb:{{ .Version }}
image_templates:
- ghcr.io/metalmatze/kube-cockroachdb:{{ .Version }}-amd64
- ghcr.io/metalmatze/kube-cockroachdb:{{ .Version }}-arm64

0 comments on commit 2186745

Please sign in to comment.