Commit d2f3c44
Minggang Wang
Don't login docker hub anonymous
Becasue rate limits anonymous and free authenticated use of Docker Hub
went into effect (https://www.docker.com/increase-rate-limits),
we need to login docker with an account.
This patch sets two environment variables
(DOCKER_PASSWORD & DOCKER_USERNAME) for the travis-ci that will be
used to login to the docker hub, thus, we could break the limiting.
Please be aware, the PR submitted from a fork repo will not use
this account due to
https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions
Fix #7661 parent 88940b2 commit d2f3c44
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | | - | |
15 | 14 | | |
0 commit comments