Skip to content

Commit

Permalink
chore: add docker credentials to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JenniferMah committed Jun 17, 2021
1 parent f7ccbd8 commit 2b0b5f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mono: none
services:
- docker
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- make test-docker
- make release
after_success:
Expand Down

0 comments on commit 2b0b5f3

Please sign in to comment.