diff --git a/README.md b/README.md index e5570a5d175b03bbc4c091e87229e3a7410b6a59..92a1a13ce5fe5700f4392970eb93c420dc114c74 100644 --- a/README.md +++ b/README.md @@ -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}"