diff --git a/.github/scripts/cleanup-tags.py b/.github/scripts/cleanup-tags.py index 9b299d048..9312d05c5 100644 --- a/.github/scripts/cleanup-tags.py +++ b/.github/scripts/cleanup-tags.py @@ -155,8 +155,10 @@ class RegistryTagsCleaner: proc = subprocess.run( [ shutil.which("docker"), - "manifest", + "buildx", + "imagetools", "inspect", + "--raw", full_name, ], capture_output=True,