Skip to content

Commit

Permalink
enhance: setup ci image to milvus 2.3 (#643)
Browse files Browse the repository at this point in the history
Setup milvus image tag to 2.3 for v2.3.x branch

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia committed Dec 29, 2023
1 parent 1f1dc84 commit 4f21564
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test CI
on:
push:
branches:
- master
- v2.3.x
pull_request:
paths:
- 'common/**'
Expand All @@ -21,9 +21,9 @@ jobs:
mode: [standalone, cluster]
env:
IMAGE_REPO: "milvusdb/milvus"
TAG_PREFIX: "master-"
TAG_PREFIX: "2.3-"
RELEASE_NAME: "go-test"
IMAGE_TAG: "master-latest"
IMAGE_TAG: "2.3-latest"
QA_NAMESPACE: "qa"
steps:
- name: Checkout code
Expand Down

0 comments on commit 4f21564

Please sign in to comment.