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 edc8132 commit 6d86d1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/.push-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ jobs:
# If here skip deployment
echo "No triggers have fired, deployment skipped"
- name: Echo Helm Version
run: helm version
- name: Enable OCI Experimental
run: echo "HELM_EXPERIMENTAL_OCI=1" >> $GITHUB_ENV
- name: Package Helm Chart - Update
working-directory: ${{ inputs.directory }}
run:
Expand Down

0 comments on commit 6d86d1a

Please sign in to comment.