Update ci (#268)

* Update regex

* Update ci
This commit is contained in:
Shiming Zhang
2022-11-16 15:25:03 +08:00
committed by GitHub
parent fe37f463c9
commit 37c5644631
7 changed files with 8 additions and 8 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}'
DEFAULT_REGEX='^([a-z]+-)?[a-z]*[0-9]+(\.[0-9]+){1,2}'
SKOPEO="${SKOPEO:-skopeo}"
ROOT=$(realpath ${ROOT})
DOMAIN="${DOMAIN:-m.daocloud.io}"