Fix CircleCI tag regex
This commit is contained in:
parent
5ba0cdd65e
commit
dec0b45f80
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue