fix: use ubuntu latest...
All checks were successful
Publish to helm repo / deploy (push) Successful in 42s

This commit is contained in:
Georg K 2024-09-28 00:56:10 +03:00
parent 41532c55fc
commit 2575e6086a

View File

@ -8,13 +8,11 @@ on:
jobs: jobs:
publish: publish:
name: deploy name: deploy
runs-on: helm runs-on: ubuntu-latest
steps: steps:
- name: add git - uses: actions/checkout@v4
run: apk add --no-cache git - uses: azure/setup-helm@v4.2.0
- name: clone repo
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}@${{gitea.sha}} --depth=1 .
- 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