This commit is contained in:
Shiming Zhang 2021-10-08 13:46:35 +08:00 committed by GitHub
parent dea1de93d8
commit 7b87bfa21d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ def skepo_delta_sync(src_img,full_mode=False):
need_to_sync = filter_tag(src_img,src_tags)
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')
# print(src_img)