This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user