fix indent
Some checks failed
Build and Publish / build-release (push) Has been cancelled

This commit is contained in:
2026-03-31 15:44:22 -05:00
parent a932279a10
commit bbdba39eee

View File

@@ -55,7 +55,7 @@ jobs:
# Packages the chart using the dynamically injected repo name # Packages the chart using the dynamically injected repo name
helm package ops/chart --version $VERSION --app-version $VERSION helm package ops/chart --version $VERSION --app-version $VERSION
- name: Push Helm Chart to Gitea Registry - name: Push Helm Chart to Gitea Registry
run: | run: |
VERSION=${{ github.run_number }} VERSION=${{ github.run_number }}
CHART_FILE=${{ env.CHART_NAME }}-${VERSION}.tgz CHART_FILE=${{ env.CHART_NAME }}-${VERSION}.tgz