fix 1900 failures of the following case issue:
`name[casing]: All names should start with an uppercase letter.`
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
Right now we just always run this login command no matter what.
Instead lets not run it if the credentials file is already present.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit replaces the push-docker role which depends on docker
by a new role login-registry which is using podman instead.
Fixes https://pagure.io/fedora-infrastructure/issue/8393
Signed-off-by: Clement Verna <cverna@tutanota.com>