@@ -86,7 +86,7 @@ def get_remote_tags(images):
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
text=True,
check=True
check=True,
)
tags = result.stdout.strip().splitlines()
clean_tags = []
The note is not visible to the blocked user.