Skip to content

Commit 392c874

Browse files
authored
Merge pull request #23 from github/include-version-in-helm-package
include version when pushing helm package
2 parents 2bfa9a7 + 993fc27 commit 392c874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
username: ${{ github.actor }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545
- name: Push packaged chart to GHCR
46-
run: helm push ${{ inputs.chart_name }}.tgz oci://${{ env.REGISTRY }}/${{ github.repository }}
46+
run: helm push ${{ inputs.chart_name }}-${{ steps.release-details.outputs.release_version }}.tgz oci://${{ env.REGISTRY }}/${{ github.repository }}
4747
- uses: imjasonh/setup-crane@00c9e93efa4e1138c9a7a5c594acd6c75a2fbf0c # v0.3
4848
- name: Get pushed chart digest
4949
id: get-digest

0 commit comments

Comments
 (0)