Skip to content

Commit

Permalink
Update .push-helm-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Dec 19, 2023
1 parent 5d60c35 commit de0a39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.push-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
- name: Package Helm Chart - Package
working-directory: ${{ inputs.directory }}
run:
helm package --app-version="${{ env.package_tag }}" --version=${{ inputs.tag }} .
helm package ./${{ github.event.repository.name }}-${{ inputs.tag }} --app-version="${{ env.package_tag }}" --version=${{ inputs.tag }} .
- name: Login to GitHub Container Registry
run: echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Push Helm Chart
run: helm push nr-compliance-enforcement-cm.tgz oci://ghcr.io/${{ github.repository_owner }}/nr-compliance-enforcement-cm
run: helm push ${{ github.event.repository.name }}-${{ inputs.tag }}-${{ inputs.chart_version }}.tgz oci://ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}

0 comments on commit de0a39b

Please sign in to comment.