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 84a00cb commit c58e395
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 @@ -107,4 +107,4 @@ 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 as OCI Artifact
run: helm chart push oci://ghcr.io/${{ github.repository_owner }}/nr-compliance-enforcement-cm:${{ inputs.tag }}
run: helm push ./charts/nr-compliance-enforcement-cm/nr-compliance-enforcement-cm-${{ inputs.tag }}.tgz oci://ghcr.io/${{ github.repository_owner }}/nr-compliance-enforcement-cm:${{ inputs.tag }}

0 comments on commit c58e395

Please sign in to comment.