mirror of
https://github.com/containers/skopeo.git
synced 2025-09-01 22:58:24 +00:00
Remove an unnecessary break
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@@ -207,7 +207,6 @@ func getImageTags(ctx context.Context, sysCtx *types.SystemContext, repoRef refe
|
|||||||
// Some registries may decide to block the "list all tags" endpoint.
|
// Some registries may decide to block the "list all tags" endpoint.
|
||||||
// Gracefully allow the sync to continue in this case.
|
// Gracefully allow the sync to continue in this case.
|
||||||
logrus.Warnf("Registry disallows tag list retrieval: %s", err)
|
logrus.Warnf("Registry disallows tag list retrieval: %s", err)
|
||||||
break
|
|
||||||
default:
|
default:
|
||||||
return tags, errors.Wrapf(err, "Error determining repository tags for image %s", name)
|
return tags, errors.Wrapf(err, "Error determining repository tags for image %s", name)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user