ci: fix helm command

This commit is contained in:
Michael Kriese 2023-01-03 18:13:53 +01:00
parent 9471ca77f8
commit 4187e9eadf
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -18,7 +18,7 @@ pipeline:
- helm dependency update
- rm -rf tmp/
- helm package --version "${CI_COMMIT_TAG##v}" -d tmp/ ./
- echo $${TOKEN} | helm registy login https://codeberg.org/api/packages/forgejo-contrib/helm/api/charts
- echo $${TOKEN} | helm registry login https://codeberg.org/api/packages/forgejo-contrib/helm/api/charts
- helm push tmp/forgejo-${CI_COMMIT_TAG##v}.tgz oci://codeberg.org/api/packages/forgejo-contrib/helm/api/charts
# - git fetch origin
# - git checkout pages