fix: try to fix checkoit
Some checks failed
Publish to helm repo / deploy (push) Failing after 11s

This commit is contained in:
Georg K 2024-09-28 00:34:55 +03:00
parent 2ec82bc284
commit dcae58062f

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: add git - name: add git
run: apk add --no-cache git run: apk add --no-cache git
- uses: https://github.com/actions/checkout@v4 - uses: actions/checkout@v3
- name: add helm push plugin - name: add helm push plugin
run: helm plugin install https://github.com/chartmuseum/helm-push run: helm plugin install https://github.com/chartmuseum/helm-push
- name: add gitea repo - name: add gitea repo