Create the dockercfg secret in osbs

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-06-08 13:31:42 +02:00
parent ea0fda6584
commit 9247f406b5
3 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{"candidate-registry.fedoraproject.org":
{"username": {{candidate_registry_osbs_prod_username}},
"password": {{candidate_registry_osbs_prod_password}},
}
}

View file

@ -0,0 +1,5 @@
{"candidate-registry.stg.fedoraproject.org":
{"username": {{candidate_registry_osbs_stg_username}},
"password": {{candidate_registry_osbs_stg_password}},
}
}