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

This commit is contained in:
Georg K 2024-09-28 00:51:43 +03:00
parent 689ba07f85
commit 41532c55fc

View File

@ -14,7 +14,7 @@ jobs:
- name: add git
run: apk add --no-cache git
- name: clone repo
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}@${{gitea.sha}} --depth=0 .
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}@${{gitea.sha}} --depth=1 .
- name: add helm push plugin
run: helm plugin install https://github.com/chartmuseum/helm-push
- name: add gitea repo