fix: use ubuntu latest...
All checks were successful
Publish to helm repo / deploy (push) Successful in 42s
All checks were successful
Publish to helm repo / deploy (push) Successful in 42s
This commit is contained in:
parent
41532c55fc
commit
2575e6086a
@ -8,13 +8,11 @@ on:
|
||||
jobs:
|
||||
publish:
|
||||
name: deploy
|
||||
runs-on: helm
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: add git
|
||||
run: apk add --no-cache git
|
||||
- name: clone repo
|
||||
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}@${{gitea.sha}} --depth=1 .
|
||||
- uses: actions/checkout@v4
|
||||
- uses: azure/setup-helm@v4.2.0
|
||||
- name: add helm push plugin
|
||||
run: helm plugin install https://github.com/chartmuseum/helm-push
|
||||
- name: add gitea repo
|
||||
|
Loading…
x
Reference in New Issue
Block a user