Fix typo in the docker registry auth file
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
56e82564ee
commit
f0cf973145
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
{"auths":{"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":"","auth":"{{ auth_info_prod | b64encode }}"}}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue