Skip to content

Commit

Permalink
fix: missing chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Jul 28, 2023
1 parent 33a0524 commit 18beafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-push-helm-chart/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ runs:
helm package . --version $CHART_VERSION --app-version $CHART_VERSION --destination $CURRENT_DIRECTORY
env:
CURRENT_DIRECTORY: ${{ inputs.current_directory }}
CHART_VERSION: ${{ inputs.chart_version }}
shell: bash
- name: Push helm chart
run: |
Expand Down

0 comments on commit 18beafc

Please sign in to comment.