mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
[skip ci] Update the krte in new ci pod yaml (#13305)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
8a854870da
commit
b3704b2ba5
2
.github/workflows/publish-krte-images.yaml
vendored
2
.github/workflows/publish-krte-images.yaml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
working-directory: build/ci/jenkins/pod
|
||||
run: |
|
||||
export TAG=${{ steps.extracter.outputs.version }}-${{ steps.extracter.outputs.sha_short }}
|
||||
sed -i "s#image: .*#image: milvusdb/krte:$TAG#g" krte.yaml
|
||||
sed -i "s#krte:.*#krte:${TAG}#g" ./build/ci/jenkins/pod/rte.yaml
|
||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git add krte.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user