Skip to content

Commit

Permalink
Merge pull request #203 from WorldBank-Transport/develop
Browse files Browse the repository at this point in the history
Release 0.8.1
  • Loading branch information
olafveerman authored Dec 21, 2018
2 parents 768c21d + ce0412d commit 9c18c24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
echo Pushing image to Docker Hub with ${VERSION} tag
docker tag ${DOCKER_IMAGE} ${DOCKER_ORG}/${DOCKER_IMAGE}:${VERSION}
docker push ${DOCKER_ORG}/${DOCKER_IMAGE}:${VERSION}
echo Pushing image to Docker Hub with latest tag
docker tag ${DOCKER_IMAGE} ${DOCKER_ORG}/${DOCKER_IMAGE}:latest
docker push ${DOCKER_ORG}/${DOCKER_IMAGE}:latest
fi
else
echo "This is not the "${PRODUCTION_BRANCH}" branch. No need to build and push new version."
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ram-frontend",
"version": "0.8.0",
"version": "0.8.1",
"description": "User interface of the Rural Accessibility Map",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9c18c24

Please sign in to comment.