Skip to content

Commit

Permalink
Log into docker to avoid hitting IP-based rate limits
Browse files Browse the repository at this point in the history
Closes #230
  • Loading branch information
mih committed Oct 9, 2023
1 parent ca712e5 commit a93430c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ init:
- cmd: "set TMP=C:\\DLTMP"
- cmd: "set TEMP=C:\\DLTMP"
- sh: export TMPDIR=~/DLTMP
# docker login to get "personalized" rate limit (rather than IP-based)
- sh: docker login -p "$DOCKERHUB_TOKEN" -u "$DOCKERHUB_USERNAME"


install:
Expand Down

0 comments on commit a93430c

Please sign in to comment.