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 481a705 commit 67b5c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.push-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ jobs:
- 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-${{ inputs.tag }}.tgz oci://ghcr.io/${{ github.repository_owner }}/nr-compliance-enforcement-cm
run: helm push ./charts/nr-compliance-enforcement-cm-${{ inputs.tag }}.tgz oci://ghcr.io/${{ github.repository_owner }}/nr-compliance-enforcement-cm


0 comments on commit 67b5c7a

Please sign in to comment.