login-registry: use the docker config.json as authfile for backward compatibility

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-01-16 15:57:17 +01:00 committed by Pierre-Yves Chibon
parent 1cf6bb0692
commit a4f9bcacc6

View file

@ -9,4 +9,4 @@
state: present
- name: login into a registry
command: podman login {{candidate_registry}} -u {{candidate_registry_osbs_username}} -p {{candidate_registry_osbs_password}}
command: podman login {{candidate_registry}} -u {{candidate_registry_osbs_username}} -p {{candidate_registry_osbs_password}} --authfile .docker/config.json