index helm repo
This commit is contained in:
parent
270ad7bf7b
commit
21ffc61856
|
@ -47,6 +47,7 @@ jobs:
|
||||||
helm package charts/budibase
|
helm package charts/budibase
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
mv budibase-${{ github.steps.version.outputs.release_version }}.tgz docs
|
mv budibase-${{ github.steps.version.outputs.release_version }}.tgz docs
|
||||||
|
helm repo index docs
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Helm Release: ${{ github.steps.version.outputs.release_version }}"
|
git commit -m "Helm Release: ${{ github.steps.version.outputs.release_version }}"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue