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 198d579 commit 06dfc25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ jobs:
- name: Helm publish
run: |
export CHART_VERSION=$(grep 'version:' ./chart/Chart.yaml | tail -n1 | awk '{ print $2}')
owner="${GITHUB_REPOSITORY_OWNER,,}"
helm push hedera-explorer-${CHART_VERSION}.tgz oci://ghcr.io/$owner
helm push hedera-explorer-${CHART_VERSION}.tgz oci://ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ env.REPOSITORY }}

0 comments on commit 06dfc25

Please sign in to comment.