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

0 comments on commit 7268dc3

Please sign in to comment.