Add a tag backfill worker to fully backfill the new-style Tag's in the background
This commit is contained in:
parent
57e93a82c9
commit
eb7591183d
5 changed files with 598 additions and 1 deletions
|
@ -64,7 +64,7 @@ class PreOCIModel(SharedModel, RegistryDataInterface):
|
|||
if backfill_if_necessary:
|
||||
return self.backfill_manifest_for_tag(tag)
|
||||
|
||||
return
|
||||
return None
|
||||
|
||||
return Manifest.for_tag_manifest(tag_manifest)
|
||||
|
||||
|
|
Reference in a new issue