Update tag match rule

This commit is contained in:
Shiming Zhang 2021-11-22 11:33:10 +08:00
parent 9dfe2f1b11
commit 1ad6e1d52b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -o nounset
set -o pipefail
ROOT="${ROOT:-$(dirname "${BASH_SOURCE}")/..}"
DEFAULT_REGEX='^([a-z]+-)?[a-z]*[0-9]+(\.[0-9]+){0,2}(-.+)?$|^[a-z]+$'
DEFAULT_REGEX='^([a-z]+-)?[a-z]*[0-9]+(\.[0-9]+){0,2}(-.+)?(__.+)?$|^[a-z]+$'
SKOPEO="${SKOPEO:-skopeo}"
ROOT=$(realpath ${ROOT})