ci: fix helm command
This commit is contained in:
parent
9471ca77f8
commit
4187e9eadf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue