circle.yml: simplify deployment tag selection

This commit is contained in:
Sameer Naik
2016-10-14 10:51:14 +05:30
parent f3d44d1c3e
commit af2dc25218

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