This commit is contained in:
Shiming Zhang
2021-10-08 13:46:35 +08:00
committed by GitHub
parent dea1de93d8
commit 7b87bfa21d

View File

@@ -111,7 +111,7 @@ def skepo_delta_sync(src_img,full_mode=False):
need_to_sync = filter_tag(src_img,src_tags) need_to_sync = filter_tag(src_img,src_tags)
filtered_num = len(src_tags) - len(need_to_sync) filtered_num = len(src_tags) - len(need_to_sync)
if 'latest' in src_tags and 'lastest' not in need_to_sync: if 'latest' in src_tags and 'latest' not in need_to_sync:
need_to_sync.append('latest') need_to_sync.append('latest')
# print(src_img) # print(src_img)
@@ -151,4 +151,4 @@ def main():
if __name__ == "__main__": if __name__ == "__main__":
# execute only if run as a script # execute only if run as a script
main() main()