Skip to content

Commit

Permalink
specify docker.io in docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Shah authored Jul 4, 2019
1 parent 7d9be57 commit 9ad1a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ script: make test-ci

before_deploy:
- |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
docker login docker.io -u $DOCKER_USER -p $DOCKER_PASSWORD
deploy:
provider: script
Expand Down

0 comments on commit 9ad1a41

Please sign in to comment.