mirror of
https://github.com/bitnami/containers.git
synced 2026-02-23 08:57:25 +08:00
circle.yml: simplify deployment tag selection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user