Merge branch 'master' into impl-kv-for-tags

This commit is contained in:
JR Conlin 2020-03-19 08:33:12 -07:00 committed by GitHub
commit 7ea52040c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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