We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 768c21d + ce0412d commit 9c18c24Copy full SHA for 9c18c24
.circleci/config.yml
@@ -77,6 +77,10 @@ jobs:
77
echo Pushing image to Docker Hub with ${VERSION} tag
78
docker tag ${DOCKER_IMAGE} ${DOCKER_ORG}/${DOCKER_IMAGE}:${VERSION}
79
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
84
fi
85
else
86
echo "This is not the "${PRODUCTION_BRANCH}" branch. No need to build and push new version."
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ram-frontend",
3
- "version": "0.8.0",
+ "version": "0.8.1",
4
"description": "User interface of the Rural Accessibility Map",
5
"repository": {
6
"type": "git",
0 commit comments