ci: fix helm registry
This commit is contained in:
parent
4187e9eadf
commit
d7600f101f
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ pipeline:
|
|||
- helm dependency update
|
||||
- rm -rf tmp/
|
||||
- helm package --version "${CI_COMMIT_TAG##v}" -d tmp/ ./
|
||||
- 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
|
||||
- echo $${TOKEN} | helm registry login -u viceice --password-stdin codeberg.org/forgejo-contrib
|
||||
- helm push tmp/forgejo-${CI_COMMIT_TAG##v}.tgz oci://codeberg.org/forgejo-contrib
|
||||
# - git fetch origin
|
||||
# - git checkout pages
|
||||
# - helm repo index tmp/ --merge index.yaml
|
||||
|
|
Loading…
Reference in a new issue