image: fixed tags, catalog, push operation

This commit is contained in:
2026-03-11 21:02:10 +02:00
parent a064d942e7
commit 0d67944966
9 changed files with 25 additions and 18 deletions
+2 -1
View File
@@ -237,5 +237,6 @@ func (hand *Handler) ListManifests(rctx *router.Context) {
if err != nil {
hand.logg.Errorf("ListManifests error: %v", err)
}
rctx.SendJSON(code, res)
rctx.SendJSON(code, res.Repositories)
}