diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f969aa04ac69a7817a367d0a2daf8817fd200e53..ff17f72f0f08fd4ddceeb0af88680af91f67eb83 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