ci: enforce stricter tagging rules
This commit is contained in:
parent
56f13f5413
commit
8c10900dc5
|
|
@ -27,7 +27,7 @@ deployment:
|
|||
docker push $DOCKER_PROJECT/$IMAGE_NAME:_
|
||||
fi
|
||||
release:
|
||||
tag: /^[0-9].*/
|
||||
tag: /^[0-9].*-r[0-9]+$/
|
||||
commands:
|
||||
- >
|
||||
if [ -n "$DOCKER_PASS" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue