Build images when PRs are merged to master (#488)

This commit is contained in:
Erik 2020-03-18 12:45:53 -04:00 committed by GitHub
parent 9fbc4e3300
commit 44aa7cae51
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