.gitea/workflows/build-chart-audiobookshelf.yml aktualisiert

This commit is contained in:
2025-06-13 05:21:13 +00:00
parent bbe808fc26
commit 021b57c878

View File

@@ -28,7 +28,12 @@ jobs:
- name: Setup Helm - name: Setup Helm
run: | run: |
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash #curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
curl -v https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 -o get-helm-3.sh
chmod +x get-helm-3.sh
set -x
./get-helm-3.sh
helm version helm version
- name: Package Helm Chart - name: Package Helm Chart