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 c25b213 commit cbf3103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ script:
- make test
deploy:
- provider: script
script: make docker-build && make docker-push
script: echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin && make docker-build && make docker-push
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit cbf3103

Please sign in to comment.