File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
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 : " {{ if ne .GitURL \" https://github.com/helm/chart-releaser\" }}true{{ else }}false{{ end }}"
61
+ skip_push : " {{ ne .GitURL \" https://github.com/helm/chart-releaser\" }}"
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 : " {{ if ne .GitURL \" https://github.com/helm/chart-releaser\" }}true{{ else }}false{{ end }}"
80
+ skip_push : " {{ ne .GitURL \" https://github.com/helm/chart-releaser\" }}"
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 : " {{ if ne .GitURL \" https://github.com/helm/chart-releaser\" }}true{{ else }}false{{ end }}"
100
+ skip_push : " {{ ne .GitURL \" https://github.com/helm/chart-releaser\" }}"
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 : " {{ if ne .GitURL \" https://github.com/helm/chart-releaser\" }}true{{ else }}false{{ end }}"
119
+ skip_push : " {{ ne .GitURL \" https://github.com/helm/chart-releaser\" }}"
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 : " {{ if ne .GitURL \" https://github.com/helm/chart-releaser\" }}true{{ else }}false{{ end }}"
138
+ skip_push : " {{ ne .GitURL \" https://github.com/helm/chart-releaser\" }}"
139
139
dockerfile : Dockerfile
140
140
use : buildx
141
141
image_templates :
You can’t perform that action at this time.
0 commit comments