Skip to content

Commit

Permalink
🔧 Tag docker image so that it can be pushed to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjacquenot committed Dec 23, 2019
1 parent bae840f commit f77c926
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 @@ -20,6 +20,7 @@ after_script:
after_success:
- if [[ "$TRAVIS_BRANCH" == "master" ]];
then
docker tag overv/openstreetmap-tile-server gjacquenot/openstreetmap-tile-server ;
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD ;
docker push gjacquenot/openstreetmap-tile-server ;
fi
Expand Down

0 comments on commit f77c926

Please sign in to comment.