Fix CircleCI tag regex

This commit is contained in:
Adnan Abdulhussein 2016-10-14 11:30:42 -07:00
parent 5ba0cdd65e
commit dec0b45f80
1 changed files with 1 additions and 1 deletions

View File

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