From 1c5cd4815210906a49ef80a667c17a44310b638c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Valais?= Date: Mon, 4 Dec 2023 16:00:01 +0100 Subject: [PATCH] push chart to oci://ghcr.io/cert-manager/charts/openshift-routes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maƫl Valais --- .goreleaser.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a8467a5..fe4b96e 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -7,7 +7,7 @@ before: # update and package new Helm chart - helm package ./deploy/chart --version {{ trimprefix .Version "v"}} --app-version {{ .Version }} # upload Helm chart as OCI artifact to GitHub Container Registry - - '{{if .IsSnapshot}}echo SKIPPING: {{end}}helm push ./openshift-routes-{{ trimprefix .Version "v"}}.tgz oci://ghcr.io/cert-manager/cert-manager-openshift-routes:{{ .Version }}-chart' + - '{{if .IsSnapshot}}echo SKIPPING: {{end}}helm push ./openshift-routes-{{ trimprefix .Version "v"}}.tgz oci://ghcr.io/cert-manager/charts' builds: - id: cert-manager-openshift-routes @@ -25,8 +25,8 @@ builds: - riscv64 - ppc64le goarm: - - '6' - - '7' + - "6" + - "7" archives: - format: tar.gz format_overrides: @@ -132,7 +132,7 @@ docker_manifests: - ghcr.io/cert-manager/cert-manager-openshift-routes:{{ .Version }}-riscv64 - ghcr.io/cert-manager/cert-manager-openshift-routes:{{ .Version }}-ppc64le checksum: - name_template: 'checksums.txt' + name_template: "checksums.txt" release: draft: true replace_existing_draft: true