Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDallas committed Sep 20, 2024
1 parent 06dfc25 commit 3f6950b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 3f6950b

Please sign in to comment.