mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

Use `auth.Login` as `podman login` does which parses and normalizes the input addresses correctly, especially for docker.io. [NO NEW TESTS NEEDED] as we do not have means to test logging into docker.io in CI. Fixes: #17571 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>