Skip to content
Snippets Groups Projects
Verified Commit 647d481a authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

ci: publish version based on tag

parent b0c7ae31
No related branches found
No related tags found
No related merge requests found
Pipeline #2734 passed
...@@ -20,6 +20,6 @@ release-helm: ...@@ -20,6 +20,6 @@ release-helm:
- apk add --no-cache git - apk add --no-cache git
- helm plugin install https://github.com/chartmuseum/helm-push.git - helm plugin install https://github.com/chartmuseum/helm-push.git
- helm repo add --username gitlab-ci-token --password $CI_JOB_TOKEN repo ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable - helm repo add --username gitlab-ci-token --password $CI_JOB_TOKEN repo ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable
- helm cm-push . repo - helm cm-push . --version="${CI_COMMIT_TAG}" repo
only: only:
- tags - tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment