File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dockers:
32
32
- " --pull"
33
33
- " --platform=linux/amd64"
34
34
image_templates :
35
- - " quay.io/lwolf/kube-cleanup-operator:{{ .Version }}-amd64"
35
+ - " quay.io/lwolf/kube-cleanup-operator:v {{ .Version }}-amd64"
36
36
37
37
- id : release-arm64
38
38
dockerfile : Dockerfile.releaser
@@ -45,17 +45,17 @@ dockers:
45
45
- " --pull"
46
46
- " --platform=linux/arm64"
47
47
image_templates :
48
- - " quay.io/lwolf/kube-cleanup-operator:{{ .Version }}-arm64"
48
+ - " quay.io/lwolf/kube-cleanup-operator:v {{ .Version }}-arm64"
49
49
50
50
docker_manifests :
51
51
- id : manifest-release
52
52
name_template : " quay.io/lwolf/kube-cleanup-operator:{{ .Version }}"
53
53
image_templates :
54
- - " quay.io/lwolf/kube-cleanup-operator:{{ .Version }}-amd64"
55
- - " quay.io/lwolf/kube-cleanup-operator:{{ .Version }}-arm64"
54
+ - " quay.io/lwolf/kube-cleanup-operator:v {{ .Version }}-amd64"
55
+ - " quay.io/lwolf/kube-cleanup-operator:v {{ .Version }}-arm64"
56
56
57
57
- id : manifest-latest
58
58
name_template : " quay.io/lwolf/kube-cleanup-operator:latest"
59
59
image_templates :
60
- - " quay.io/lwolf/kube-cleanup-operator:{{ .Version }}-amd64"
61
- - " quay.io/lwolf/kube-cleanup-operator:{{ .Version }}-arm64"
60
+ - " quay.io/lwolf/kube-cleanup-operator:v {{ .Version }}-amd64"
61
+ - " quay.io/lwolf/kube-cleanup-operator:v {{ .Version }}-arm64"
You can’t perform that action at this time.
0 commit comments