Skip to content

Commit 9c18c24

Browse files
authored
Merge pull request #203 from WorldBank-Transport/develop
Release 0.8.1
2 parents 768c21d + ce0412d commit 9c18c24

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ jobs:
7777
echo Pushing image to Docker Hub with ${VERSION} tag
7878
docker tag ${DOCKER_IMAGE} ${DOCKER_ORG}/${DOCKER_IMAGE}:${VERSION}
7979
docker push ${DOCKER_ORG}/${DOCKER_IMAGE}:${VERSION}
80+
81+
echo Pushing image to Docker Hub with latest tag
82+
docker tag ${DOCKER_IMAGE} ${DOCKER_ORG}/${DOCKER_IMAGE}:latest
83+
docker push ${DOCKER_ORG}/${DOCKER_IMAGE}:latest
8084
fi
8185
else
8286
echo "This is not the "${PRODUCTION_BRANCH}" branch. No need to build and push new version."

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ram-frontend",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "User interface of the Rural Accessibility Map",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)