diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2910cce50e03f4017f43f8b54ae8588ca379dc7..1ae915bc16f1e6fd4e96c357d3abd17b2f85f7da 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"