Skip to content

Commit

Permalink
- Remove docker login in pull_image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GardensOfTheMoon authored and padthaitofuhot committed Feb 10, 2021
1 parent 77cff08 commit 9474c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/pull_image.sh
Expand Up @@ -41,8 +41,8 @@ fi
o "Cleaning up..."
docker_clean

o "Login into Docker for image pull (rate limits)..."
docker_login
#o "Login into Docker for image pull (rate limits)..."
#docker_login

o "Pulling image ${repo_path}"
sudo docker pull ${repo_path} || img_pull_fail
Expand Down

0 comments on commit 9474c26

Please sign in to comment.