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 @@ -58,7 +58,7 @@ snapshot:
58
58
dockers :
59
59
- goos : linux
60
60
goarch : amd64
61
- skip_push : false
61
+ skip_push : " {{ ne .GitURL 'https://github.com/helm/chart-releaser' | toYaml }} "
62
62
dockerfile : Dockerfile
63
63
use : buildx
64
64
image_templates :
@@ -77,7 +77,7 @@ dockers:
77
77
78
78
- goos : linux
79
79
goarch : arm64
80
- skip_push : false
80
+ skip_push : " {{ ne .GitURL 'https://github.com/helm/chart-releaser' | toYaml }} "
81
81
dockerfile : Dockerfile
82
82
use : buildx
83
83
image_templates :
@@ -97,7 +97,7 @@ dockers:
97
97
- goos : linux
98
98
goarch : arm
99
99
goarm : 7
100
- skip_push : false
100
+ skip_push : " {{ ne .GitURL 'https://github.com/helm/chart-releaser' | toYaml }} "
101
101
dockerfile : Dockerfile
102
102
use : buildx
103
103
image_templates :
@@ -116,7 +116,7 @@ dockers:
116
116
117
117
- goos : linux
118
118
goarch : s390x
119
- skip_push : false
119
+ skip_push : " {{ ne .GitURL 'https://github.com/helm/chart-releaser' | toYaml }} "
120
120
dockerfile : Dockerfile
121
121
use : buildx
122
122
image_templates :
@@ -135,7 +135,7 @@ dockers:
135
135
136
136
- goos : linux
137
137
goarch : ppc64le
138
- skip_push : false
138
+ skip_push : " {{ ne .GitURL 'https://github.com/helm/chart-releaser' | toYaml }} "
139
139
dockerfile : Dockerfile
140
140
use : buildx
141
141
image_templates :
@@ -204,7 +204,7 @@ brews:
204
204
name : helm-bot
205
205
206
206
directory : Formula
207
- homepage : https://github.com/helm/chart-releaser/
207
+ homepage : " {{ .GitURL }} "
208
208
description : Hosting Helm Charts via GitHub Pages and Releases
209
209
install : |
210
210
bin.install "cr"
You can’t perform that action at this time.
0 commit comments