mirror of
https://github.com/containers/skopeo.git
synced 2025-04-28 03:10:18 +00:00
Remove an unnecessary break
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
75f0183edc
commit
ede29c9168
@ -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.
|
||||
// Gracefully allow the sync to continue in this case.
|
||||
logrus.Warnf("Registry disallows tag list retrieval: %s", err)
|
||||
break
|
||||
default:
|
||||
return tags, errors.Wrapf(err, "Error determining repository tags for image %s", name)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user