fix: ignore metadb errors if tag not found (#2301)

This commit is contained in:
Ramkumar Chinchani
2024-03-12 22:28:08 -07:00
committed by GitHub
parent c7472a2dda
commit fdb401273c
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ func OnDeleteManifest(repo, reference, mediaType string, digest godigest.Digest,
return nil
}
// OnDeleteManifest is called when a manifest is downloaded. It increments the download couter on that manifest.
// OnGetManifest is called when a manifest is downloaded. It increments the download couter on that manifest.
func OnGetManifest(name, reference, mediaType string, body []byte,
storeController storage.StoreController, metaDB mTypes.MetaDB, log log.Logger,
) error {