From f2e3dab9061dcb72457ec9e1725877807ab0bd5b Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Mon, 10 Jun 2024 07:59:42 +0200 Subject: [PATCH] update pipeline --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2910cce50..1ae915bc16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -598,11 +598,10 @@ release-chart: except: refs: - release-latest - needs: - - build-helm before_script: - "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin $CI_REGISTRY2_URL" - "apk add sed helm curl" + - "helm package ./helm/dbrepo --destination ./build" - "helm plugin install https://github.com/sigstore/helm-sigstore" script: - "helm push ./build/dbrepo-${CHART_VERSION}.tgz oci://${CI_REGISTRY2_URL}/helm" -- GitLab