Skip to content

Commit

Permalink
Problem: docker hub limits number of pulls
Browse files Browse the repository at this point in the history
Solution: login to docker hub
  • Loading branch information
gotcha committed Mar 8, 2021
1 parent ff7b00c commit 3acbfa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,9 @@ notifications:
- buildout-development@googlegroups.com

script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- ./ci_build.sh

env:
global:
secure: Ck5Ww5VaX5NgZBDAwroFVzFKTlQJpb8HN1AIuMlJJkpL/oLpBuCVEKoa5/WK9MJYBd/+FopclNldC1OZeP1QZoAq2eeULtoeSY+4XVBJbZlFF2jJeDvmrjATszYAf/hH9FroVBpJkTJqgfXxeAgErD32Rm4aS7aQusNSd5HKKQA=
1 change: 1 addition & 0 deletions news/travis.develop
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Login to avoid pull limits

0 comments on commit 3acbfa2

Please sign in to comment.