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 bbfe263 commit 2bbe93e
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 @@ -101,7 +101,7 @@ jobs:
helm dependency update
- name: Package Helm Chart
working-directory: ${{ inputs.directory }}
run: export CHART_FILE=`helm package ./charts/nr-compliance-enforcement-cm/ | awk -F'[:]' '{gsub(/ /, "", $2); print $2}'`
run: export CHART_FILE=`helm package --app-version="${{ env.package_tag }}" --version=${{ inputs.tag }} . | awk -F'[:]' '{gsub(/ /, "", $2); print $2}'`
- 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
Expand Down

0 comments on commit 2bbe93e

Please sign in to comment.