diff --git a/scripts/sync-to-jp.py b/scripts/sync-to-jp.py index 9a693bc..c49872b 100644 --- a/scripts/sync-to-jp.py +++ b/scripts/sync-to-jp.py @@ -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) @@ -151,4 +151,4 @@ def main(): if __name__ == "__main__": # execute only if run as a script - main() \ No newline at end of file + main()