Skip to content

Commit

Permalink
Test to update helm chart version (helm version must be a string"
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlavv committed Nov 20, 2024
1 parent 934bfb6 commit 996f00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:

- name: Package Helm chart
run: |
helm package opensource --version ${{ needs.determine-version.outputs.new_version }}
helm package opensource --version "${{ needs.determine-version.outputs.new_version }}"
- name: Push Helm chart to Docker Hub
run: |
helm push $(ls *.tgz) oci://registry-1.docker.io/amelieloulou

0 comments on commit 996f00c

Please sign in to comment.