Skip to content

Commit

Permalink
Merge pull request #235 from mih/dhubrate
Browse files Browse the repository at this point in the history
Log into docker to avoid hitting IP-based rate limits
  • Loading branch information
mih authored Oct 9, 2023
2 parents beabc88 + a93430c commit 4782a7a
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 4782a7a

Please sign in to comment.