Fix CircleCI tag regex

This commit is contained in:
Adnan Abdulhussein
2016-10-14 11:31:00 -07:00
parent 0d2c698036
commit 7481cb3b7e

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