Skip to content

Commit 7c0a3b1

Browse files
authored
Merge pull request #6 from netfoundry/tidy-ci
CLEANUP toYaml
2 parents c019eb4 + e04273b commit 7c0a3b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.goreleaser.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ snapshot:
5858
dockers:
5959
- goos: linux
6060
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\" }}"
6262
dockerfile: Dockerfile
6363
use: buildx
6464
image_templates:
@@ -77,7 +77,7 @@ dockers:
7777

7878
- goos: linux
7979
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\" }}"
8181
dockerfile: Dockerfile
8282
use: buildx
8383
image_templates:
@@ -97,7 +97,7 @@ dockers:
9797
- goos: linux
9898
goarch: arm
9999
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\" }}"
101101
dockerfile: Dockerfile
102102
use: buildx
103103
image_templates:
@@ -116,7 +116,7 @@ dockers:
116116

117117
- goos: linux
118118
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\" }}"
120120
dockerfile: Dockerfile
121121
use: buildx
122122
image_templates:
@@ -135,7 +135,7 @@ dockers:
135135

136136
- goos: linux
137137
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\" }}"
139139
dockerfile: Dockerfile
140140
use: buildx
141141
image_templates:

0 commit comments

Comments
 (0)