Skip to content

Commit

Permalink
Try to update helm versionning
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlavv committed Nov 19, 2024
1 parent d2f290f commit 24bf076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Update Helm chart version
run: |
sed -i "s/version:.*/version: ${{ steps.set_output.outputs.new_version }}/" ${{ env.CHART_PATH }}/Chart.yaml
sed -i "s/^version:.*/version: ${{ steps.set_output.outputs.new_version }}/" ${{ env.CHART_PATH }}/Chart.yaml
- name: Create and push new tag
run: |
Expand Down Expand Up @@ -178,4 +178,4 @@ jobs:
- name: Push Helm chart to Docker Hub
run: |
helm push $(ls *.tgz) oci://registry-1.docker.io/amelieloulou-${{ needs.determine-version.outputs.new_version }}
helm push $(ls *.tgz) oci://registry-1.docker.io/amelieloulou

0 comments on commit 24bf076

Please sign in to comment.