Skip to content
Snippets Groups Projects
Commit 343958b2 authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

Merge branch '101-typo-in-readme-md' into 'master'

Resolve "Typo in README.md"

Closes #101

See merge request to-be-continuous/docker!133
parents 8f3afd05 3fc2ff25
No related branches found
No related tags found
No related merge requests found
......@@ -182,10 +182,10 @@ Example 1: Docker configuration file inlined in the project repository (`.docker
{
"auths": {
"${docker_snapshot_registry_host}": {
"auth": "${docker_release_authent_token}"
"auth": "${docker_snapshot_authent_token}"
},
"${docker_release_registry_host}": {
"auth": "${docker_snapshot_authent_token}"
"auth": "${docker_release_authent_token}"
},
"my-readonly-repo-to-pull": {
"auth": "${MY_OWN_REGISTRY_TOKEN}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment