mirror of
https://github.com/containers/podman.git
synced 2026-01-24 13:58:48 -05: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>