Merge pull request #20 from prydonius/fix-circle-tag-regex

Fix CircleCI tag regex
This commit is contained in:
Adnan Abdulhussein
2016-10-14 11:42:41 -07:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ deployment:
docker push $DOCKER_PROJECT/$IMAGE_NAME:_
fi
release:
tag: /^[0-9.]+/
tag: /^[0-9].*/
commands:
- >
if [ -n $DOCKER_PASS ]; then