mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-11 20:11:25 +08:00
Fix typo
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user