From 29fa238c6867afa6509d09298c72be46c9fc8869 Mon Sep 17 00:00:00 2001 From: DrPsychick Date: Sun, 29 Dec 2024 12:58:58 +0100 Subject: [PATCH] fix: adjust paths for moved chart --- .github/workflows/publish-chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-chart.yaml b/.github/workflows/publish-chart.yaml index 9e3365de..03c11488 100644 --- a/.github/workflows/publish-chart.yaml +++ b/.github/workflows/publish-chart.yaml @@ -45,10 +45,10 @@ jobs: run: | helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update - helm dependency build mailu + helm dependency build charts/mailu - name: Run helm lint - run: helm lint --strict --values mailu/ci/helm-lint-values.yaml mailu + run: helm lint --strict --values charts/mailu/ci/helm-lint-values.yaml mailu - name: Install chart-releaser uses: helm/chart-releaser-action@v1.4.1