diff --git a/.github/workflows/release-push-image.yaml b/.github/workflows/release-push-image.yaml index d25f198c..abf6066f 100644 --- a/.github/workflows/release-push-image.yaml +++ b/.github/workflows/release-push-image.yaml @@ -4,14 +4,14 @@ name: Release Workflow on: push: # `v*` tags are used for production environment - tags: [ v* ] + tags: [v*] # `main` tag is used for integration environment - branches: [ main ] + branches: [main] # Manual trigger with custom release tag workflow_dispatch: inputs: version: - description: 'Release tag:' + description: "Release tag:" type: string required: false @@ -180,4 +180,4 @@ jobs: - name: Simulator Chart - Push helm chart run: | - helm push bblockstream-simulator-chart-${{ env.VERSION }}.tgz oci://ghcr.io/hashgraph/hedera-block-node + helm push blockstream-simulator-chart-${{ env.VERSION }}.tgz oci://ghcr.io/hashgraph/hedera-block-node