.gitea/workflows/build-chart-audiobookshelf.yml aktualisiert
This commit is contained in:
@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
helm-package:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
APP: charts/audiobookshelf
|
||||
steps:
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Setup Helm
|
||||
run: |
|
||||
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||
curl https://git.cooltux.net/marko/helm-script/raw/branch/main/get-helm-3 | bash
|
||||
helm version
|
||||
|
||||
- name: Package Helm Chart
|
||||
|
Reference in New Issue
Block a user