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

This commit is contained in:
Georg K 2024-09-28 00:51:23 +03:00
parent dcae58062f
commit 689ba07f85

View File

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