From bbdba39eeee1900372f9ca083ef15bad5bb441e2 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Tue, 31 Mar 2026 15:44:22 -0500 Subject: [PATCH] fix indent --- .gitea/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 8401c0c..5ce74c3 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -55,7 +55,7 @@ jobs: # Packages the chart using the dynamically injected repo name helm package ops/chart --version $VERSION --app-version $VERSION -- name: Push Helm Chart to Gitea Registry + - name: Push Helm Chart to Gitea Registry run: | VERSION=${{ github.run_number }} CHART_FILE=${{ env.CHART_NAME }}-${VERSION}.tgz