From 3fc2ff25439b85685b2903327bc4cb8664b975c5 Mon Sep 17 00:00:00 2001 From: Bertrand Goareguer <bertrand.goareguer@gmail.com> Date: Sat, 16 Nov 2024 18:03:07 +0000 Subject: [PATCH] Resolve "Typo in README.md" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5570a5..92a1a13 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}" -- GitLab