fix: add helm-push plugin
Some checks failed
Publish to helm repo / deploy (push) Failing after 3s

This commit is contained in:
Georg K 2024-09-28 00:27:22 +03:00
parent a17574e766
commit 504b4a7df9

View File

@ -11,6 +11,8 @@ jobs:
runs-on: helm
steps:
- name: add helm push plugin
run: helm plugin install https://github.com/chartmuseum/helm-push
- name: add gitea repo
run: helm repo add --username ${{ secrets.REPO_USER }} --password ${{ secrets.REPO_PASS }} gitea https://git.ahax86.ru/api/packages/pub/helm
- name: update repo