diff --git a/dist/index.js b/dist/index.js index 27d098c..753bd36 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3632,7 +3632,7 @@ async function acrLogin(cred) { } async function dockerPush(cred) { - // We do a docker login to increase the image pull rate limit and this registry id is added as a choreo-docer-hub + // We do a docker login to increase the image pull rate limit and this registry id is added as a choreo-docker-hub // so we skip the docker push for this registry if (cred.registry_id == "choreo-docker-hub") { return; diff --git a/index.js b/index.js index 24bbb95..6282921 100644 --- a/index.js +++ b/index.js @@ -273,7 +273,7 @@ async function acrLogin(cred) { } async function dockerPush(cred) { - // We do a docker login to increase the image pull rate limit and this registry id is added as a choreo-docer-hub + // We do a docker login to increase the image pull rate limit and this registry id is added as a choreo-docker-hub // so we skip the docker push for this registry if (cred.registry_id == "choreo-docker-hub") { return;