File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Tag helm chart image
104104 run : |
105- image_tag=v ${{ steps.get_version.outputs.VERSION }}
105+ image_tag=${{ steps.get_version.outputs.VERSION }}
106106 chart_version=${{ steps.get_version.outputs.VERSION }}
107107 sed -i "s/latest/${image_tag}/g" $HELM_CHARTS_DIR/values.yaml
108108 chart_smever=${chart_version#"v"}
@@ -123,5 +123,6 @@ jobs:
123123 cd baize-charts/
124124 git add docs/
125125 chart_version=${{ steps.get_version.outputs.VERSION }}
126- git commit -m "update kube-snapshot chart ${chart_version}"
126+ chart_smever=${chart_version#"v"}
127+ git commit -m "update kube-snapshot chart ${chart_smever}"
127128 git push https://x-access-token:${{ steps.get_app_token.outputs.token }}@github.com/BaizeAI/charts.git
You can’t perform that action at this time.
0 commit comments