Skip to content

Commit

Permalink
Merge PR #17: username changed to push in the good Docker hub account
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebeatrici authored Jul 18, 2020
2 parents aae9e09 + cf59ebb commit c42113d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ docker build -t mumo .
docker images

if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
docker tag mumo $DOCKER_USERNAME/mumo
docker push $DOCKER_USERNAME/mumo
docker tag mumo mumblevoip/mumo
docker push mumblevoip/mumo
fi

0 comments on commit c42113d

Please sign in to comment.