37b25f2265
commit 71ebbb81ae replaced the use of the
custom "cli.Errors" type for stdlib's errors.Join, however it made a
mistake by calling errors.Join for each error occurred, which "nests"
each error instead of putting each error at the same level.
Thanks to Paweł Gronowski for spotting this on the [pull request][1]
[1]: https://github.com/docker/cli/pull/5547/commits/71ebbb81ae3c8509131985c60f5b0dd9c9e93d5a#r1810257735
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>