[skip ci] Add comment for e2e-k8s.sh (#11773)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/11835/head
Jenny Li 2021-11-15 19:05:59 +08:00 committed by GitHub
parent 20810a335e
commit baffed6c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ if [[ -z "${SKIP_BUILD_IMAGE:-}" ]]; then
export MILVUS_IMAGE_TAG="${TAG}"
pushd "${ROOT}"
# Build Milvus Docker Image
trace "build milvus image" "${ROOT}/build/build_image.sh"
trace "push milvus image" docker push "${MILVUS_IMAGE_REPO}:${MILVUS_IMAGE_TAG}"
popd