10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
|
{
|
||
|
"auths": {
|
||
|
"{{container_registry_domain}}": {
|
||
|
"username": "{{ container_registry_username }}",
|
||
|
"password": "{{ hashed_password }}",
|
||
|
"auth": "{{ b64_encoded_cred }}"
|
||
|
}
|
||
|
}
|
||
|
}
|