Commit 3fc2ff25 authored by Bertrand Goareguer's avatar Bertrand Goareguer Committed by Girija Saint-Ange
Browse files

Resolve "Typo in README.md"

parent 68210cf8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}"