mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
feat(pagination): move pagination and sorting image summary results after conversion (#1637)
fix(config): check for config media type when pushing to repodb Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@ func (dii *BaseAttributesIterator) First(ctx context.Context) (types.AttributeVa
|
||||
Limit: dii.readLimit,
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
return &types.AttributeValueMemberBOOL{}, err
|
||||
}
|
||||
|
||||
if len(scanOutput.Items) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user