Skip to content
Snippets Groups Projects
Commit 8d1f294f authored by Adrian Ciu's avatar Adrian Ciu
Browse files

bug fix buildcache manager

parent ac164b4d
No related branches found
No related tags found
No related merge requests found
Pipeline #60652 passed with stages
in 44 minutes and 5 seconds
...@@ -82,7 +82,7 @@ class BuildCacheManager(BuildCacheManagerInterface): ...@@ -82,7 +82,7 @@ class BuildCacheManager(BuildCacheManagerInterface):
return self._client.get_tags(self._oci_registry_path) return self._client.get_tags(self._oci_registry_path)
except Exception as e: except Exception as e:
self._logger.error(f"Failed to list tags: {e}") self._logger.error(f"Failed to list tags: {e}")
return [] return []
def download(self, download_dir: Path): def download(self, download_dir: Path):
""" """
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment