[skip ci] Update codes of update file (#11382)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-11-06 22:44:58 +08:00 committed by GitHub
parent 06da995adc
commit b193169eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,8 +80,9 @@ def get_latest_tag(limit=200):
auth_url = ""
tags_url = ""
tag_url = ""
master_latest = "master-latest"
master_latest_digest = get_config_digest(tag_url + "master-latest", get_token(auth_url))
master_latest_digest = get_config_digest(tag_url + master_latest, get_token(auth_url))
tags = get_tags(tags_url, get_token(auth_url))
tag_list = get_master_tags(tags)