circle.yml: simplify deployment tag selection
This commit is contained in:
parent
a26c82ab57
commit
0cbb9ef48e
|
|
@ -27,7 +27,7 @@ deployment:
|
||||||
docker push $DOCKER_PROJECT/$IMAGE_NAME:_
|
docker push $DOCKER_PROJECT/$IMAGE_NAME:_
|
||||||
fi
|
fi
|
||||||
release:
|
release:
|
||||||
tag: /^[0-9]+(\.[0-9]+)*([^\n])*/
|
tag: /^[0-9.]+/
|
||||||
commands:
|
commands:
|
||||||
- >
|
- >
|
||||||
if [ -n $DOCKER_PASS ]; then
|
if [ -n $DOCKER_PASS ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue