Skip to content

Commit 58c8287

Browse files
authored
> image with extra v prefix (#9)
1 parent 9cd1437 commit 58c8287

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)