From 3f6950be829c6f46be47fd79d08d18b229b30e8b Mon Sep 17 00:00:00 2001 From: Jeffrey Tang Date: Fri, 20 Sep 2024 16:07:11 -0500 Subject: [PATCH] save --- .github/workflows/chart-release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index 24119133d..8f794da77 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -48,4 +48,6 @@ jobs: - name: Helm publish run: | export CHART_VERSION=$(grep 'version:' ./chart/Chart.yaml | tail -n1 | awk '{ print $2}') - helm push hedera-explorer-${CHART_VERSION}.tgz oci://ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ env.REPOSITORY }} + owner="${GITHUB_REPOSITORY_OWNER,,}" + echo "owner: $owner" + helm push hedera-explorer-${CHART_VERSION}.tgz oci://ghcr.io/$owner/${{ github.event.repository.name }}