new paperless-ngx
Some checks failed
Build Helm Chart / helm-package (push) Failing after 17s

This commit is contained in:
2025-11-23 08:03:38 +01:00
parent 363946b064
commit 9ec413f50c
251 changed files with 64 additions and 31762 deletions

View File

@@ -2,7 +2,7 @@ name: "Build Helm Chart"
on:
push:
branches:
- main
- patch-new-paperless
paths:
- "charts/paperless-ngx/Chart.yaml"
@@ -32,6 +32,11 @@ jobs:
curl -kSso /usr/local/bin/helm https://debmirror.cooltux.net/helm-v3.18.4 && chmod +x /usr/local/bin/helm
helm version
- name: Add Helm repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add bjw-s https://bjw-s.github.io/helm-charts
- name: Package Helm Chart
run: |
helm dependency update ${{ env.APP }}