From a744de1b8a4d1ea8082ecc7e65f214866023e4ff Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Sat, 15 Jun 2024 21:47:51 +0200
Subject: [PATCH] Fixed sigstore

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f969aa04ac..ff17f72f0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -610,7 +610,7 @@ release-helm:
     - helm package ./helm/dbrepo --sign --key 'Martin Weise' --keyring ./secring.gpg --destination ./build
     - "helm plugin install https://github.com/sigstore/helm-sigstore"
   script:
-    - "helm sigstore upload ./build/dbrepo-${CHART_VERSION}.tgz oci://${CI_REGISTRY2_URL}/helm"
+    - "helm sigstore upload ./build/dbrepo-${CHART_VERSION}.tgz"
 
 release-docs:
   stage: release
-- 
GitLab