build deps before package
Some checks failed
Build and Publish / build-release (push) Failing after 1m17s

This commit is contained in:
2026-04-14 12:24:13 -05:00
parent 3a425d062b
commit 560466ecc9

View File

@@ -53,6 +53,7 @@ jobs:
- name: Package Helm Chart
run: |
VERSION=${{ github.run_number }}
helm dependency build
helm package ops/chart --version $VERSION --app-version $VERSION
- name: Push Helm Chart to Gitea Registry