Skip to content

Commit

Permalink
fix dockerhub pull rate limit #519
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Feb 1, 2021
1 parent 9c18a33 commit 516bd98
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
box: python
box:
id: python
username: srzzumix
password: ${WERCKER_DOCKERHUB_PASSWORD}
build:
steps:
- pip-install: &pip-install
Expand Down Expand Up @@ -30,7 +33,10 @@ cmake-check:
make cmake-sync-check
gtest-compat:
box: alpine
box:
id: alpine
username: srzzumix
password: ${WERCKER_DOCKERHUB_PASSWORD}
docker: true
steps:
- script:
Expand Down

0 comments on commit 516bd98

Please sign in to comment.