mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
Fix CircleCI tag regex
This commit is contained in:
@@ -27,7 +27,7 @@ deployment:
|
||||
docker push $DOCKER_PROJECT/$IMAGE_NAME:_
|
||||
fi
|
||||
release:
|
||||
tag: /^[0-9.]+/
|
||||
tag: /^[0-9].*/
|
||||
commands:
|
||||
- >
|
||||
if [ -n $DOCKER_PASS ]; then
|
||||
|
||||
Reference in New Issue
Block a user