Skip to content

Commit

Permalink
Refer to tagged image correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeHart85 authored Dec 15, 2016
1 parent 6cb8dcb commit 188dcf7
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 @@ -23,7 +23,7 @@ after_success:
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == false ]; then
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
docker build -t dmscid/lewis:edge .;
docker push dmscid/lewis;
docker push dmscid/lewis:edge;
fi

branches:
Expand Down

0 comments on commit 188dcf7

Please sign in to comment.