diff --git a/.circleci/config.yml b/.circleci/config.yml index 34e4803e..da9d2312 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -189,7 +189,7 @@ jobs: name: Deploy to Dockerhub command: | if [ "${CIRCLE_BRANCH}" == "master" ]; then - DOCKER_TAG="latest" + DOCKER_TAG="${CIRCLE_SHA1}" fi if echo "${CIRCLE_BRANCH}" | grep '^feature\..*' > /dev/null; then