From e04273b8ece6a5de15c5b2fdde1684b3f95c0c87 Mon Sep 17 00:00:00 2001 From: Matt Clegg Date: Mon, 19 Aug 2024 10:43:17 +0100 Subject: [PATCH] CLEANUP toYaml --- .goreleaser.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 209c6d1..71d2c6f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -58,7 +58,7 @@ snapshot: dockers: - goos: linux goarch: amd64 - skip_push: "{{ if ne .GitURL \"https://github.com/helm/chart-releaser\" }}true{{ else }}false{{ end }}" + skip_push: "{{ ne .GitURL \"https://github.com/helm/chart-releaser\" }}" dockerfile: Dockerfile use: buildx image_templates: @@ -77,7 +77,7 @@ dockers: - goos: linux goarch: arm64 - skip_push: "{{ if ne .GitURL \"https://github.com/helm/chart-releaser\" }}true{{ else }}false{{ end }}" + skip_push: "{{ ne .GitURL \"https://github.com/helm/chart-releaser\" }}" dockerfile: Dockerfile use: buildx image_templates: @@ -97,7 +97,7 @@ dockers: - goos: linux goarch: arm goarm: 7 - skip_push: "{{ if ne .GitURL \"https://github.com/helm/chart-releaser\" }}true{{ else }}false{{ end }}" + skip_push: "{{ ne .GitURL \"https://github.com/helm/chart-releaser\" }}" dockerfile: Dockerfile use: buildx image_templates: @@ -116,7 +116,7 @@ dockers: - goos: linux goarch: s390x - skip_push: "{{ if ne .GitURL \"https://github.com/helm/chart-releaser\" }}true{{ else }}false{{ end }}" + skip_push: "{{ ne .GitURL \"https://github.com/helm/chart-releaser\" }}" dockerfile: Dockerfile use: buildx image_templates: @@ -135,7 +135,7 @@ dockers: - goos: linux goarch: ppc64le - skip_push: "{{ if ne .GitURL \"https://github.com/helm/chart-releaser\" }}true{{ else }}false{{ end }}" + skip_push: "{{ ne .GitURL \"https://github.com/helm/chart-releaser\" }}" dockerfile: Dockerfile use: buildx image_templates: