Skip to content

Commit

Permalink
Corrected docker image name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalwahla committed Aug 12, 2017
1 parent 8968029 commit b47767b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/common/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
food-hygiene-ratings-service:
image: df/food-hygiene-ratings-service:${BUILD_NAME}
image: bilalwahla/df-fhrs:${BUILD_NAME}
ports:
- "8081:8080"
environment:
Expand Down
2 changes: 1 addition & 1 deletion travis_scripts/deploy_to_docker_hub.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
echo "Pushing FHRS docker images to docker hub ..."
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker push df/food-hygiene-ratings-service:$BUILD_NAME
docker push bilalwahla/df-fhrs:$BUILD_NAME

0 comments on commit b47767b

Please sign in to comment.