From b67b6c98c9bfaa58f0afc0261a67f76034e9c187 Mon Sep 17 00:00:00 2001 From: Viktor Farcic Date: Wed, 11 Sep 2024 00:20:02 +0200 Subject: [PATCH] Initial commit --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a6617d..e791ad7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,10 +43,11 @@ jobs: # run: devbox run helm-package - name: Package Helm run: | + env yq --inplace ".version = \"${{ env.TAG }}\"" chart/Chart.yaml yq --inplace ".appVersion = \"${{ env.TAG }}\"" chart/Chart.yaml helm package chart - helm push backstage-demo-${{ env.TAG }}.tgz oci://ghcr.io/vfarcic/backstage-demo # FIXME: yq + helm push backstage-demo-${{ env.TAG }}.tgz oci://ghcr.io/${{ github.repository }} # - name: Publish Helm # uses: actions/upload-artifact@v4 # with: