Use the dockerconfigjson format for the registry secrets

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-06-20 09:07:53 +02:00
parent 79dbb26d35
commit fbda637644

View file

@ -1 +1 @@
{"candidate-registry.fedoraproject.org":{"username":"{{candidate_registry_osbs_prod_username}}","password":"{{candidate_registry_osbs_prod_password}}","email":"","auths":"{{ auth_info_prod | b64encode }}"}}
{"auths":{"candidate-registry.fedoraproject.org":{"username":"{{candidate_registry_osbs_prod_username}}","password":"{{candidate_registry_osbs_prod_password}}","email":"","auths":"{{ auth_info_prod | b64encode }}"}}}