mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
ci: enforce stricter tagging rules
This commit is contained in:
@@ -27,7 +27,7 @@ deployment:
|
|||||||
docker push $DOCKER_PROJECT/$IMAGE_NAME:_
|
docker push $DOCKER_PROJECT/$IMAGE_NAME:_
|
||||||
fi
|
fi
|
||||||
release:
|
release:
|
||||||
tag: /^[0-9].*/
|
tag: /^[0-9].*-r[0-9]+$/
|
||||||
commands:
|
commands:
|
||||||
- >
|
- >
|
||||||
if [ -n "$DOCKER_PASS" ]; then
|
if [ -n "$DOCKER_PASS" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user