fix: add repo checkout (2)
Some checks failed
Publish to helm repo / deploy (push) Failing after 12s

This commit is contained in:
Georg K 2024-09-28 00:30:32 +03:00
parent 62ba365b49
commit 2ec82bc284

View File

@ -11,9 +11,9 @@ jobs:
runs-on: helm runs-on: helm
steps: steps:
- uses: https://github.com/actions/checkout@v4
- 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
- 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