circle.yml: simplify deployment tag selection

This commit is contained in:
Sameer Naik 2016-10-14 10:50:04 +05:30
parent c3a55e991f
commit e20c2af7ed
1 changed files with 1 additions and 1 deletions

View File

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