Skip to content

Commit

Permalink
resolved requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashodgayashan committed Jul 2, 2024
1 parent be3a22f commit 0812b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0812b6d

Please sign in to comment.