From b6262c25587f846611808141086bef8d1f06ea2f Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Wed, 27 Nov 2024 13:35:21 -0600 Subject: [PATCH] fixed package name after chart update Signed-off-by: Alfredo Gutierrez --- .github/workflows/release-push-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-push-image.yaml b/.github/workflows/release-push-image.yaml index 4a8eae87..f9386a1f 100644 --- a/.github/workflows/release-push-image.yaml +++ b/.github/workflows/release-push-image.yaml @@ -138,4 +138,4 @@ jobs: - name: Push helm chart run: | - helm push hedera-block-node-chart-${{ env.VERSION }}.tgz oci://ghcr.io/hashgraph/hedera-block-node + helm push block-node-helm-chart-${{ env.VERSION }}.tgz oci://ghcr.io/hashgraph/hedera-block-node