We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc7b66 commit 7b47366Copy full SHA for 7b47366
.github/workflows/helm_charts_release.yml
@@ -37,4 +37,4 @@ jobs:
37
38
- name: Publish whitebox chart
39
run: |
40
- curl --data-binary "@whitebox-${CHART_VERSION}.tgz" chartmuseum.squaredev.io/api/charts -u ${{ secrets.CHARTMUSEUM_USERNAME }}:${{ secrets.CHARTMUSEUM_PASSWORD }}
+ curl --data-binary "@whitebox-${{ steps.extract_version.outputs.version }}.tgz" chartmuseum.squaredev.io/api/charts -u ${{ secrets.CHARTMUSEUM_USERNAME }}:${{ secrets.CHARTMUSEUM_PASSWORD }}
0 commit comments