Merge pull request #8089 from ieQu1/ci-validate-0.3.2

chore(ci): Bump schema validate to 0.3.2
This commit is contained in:
zhongwencool 2022-05-31 17:22:47 +08:00 committed by GitHub
commit 3cdf191fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ else
SCHEMA="$1"
fi
docker run -d --name langtool "ghcr.io/iequ1/emqx-schema-validate:0.3.1"
docker run -d --name langtool "ghcr.io/iequ1/emqx-schema-validate:0.3.2"
docker exec -i langtool ./emqx_schema_validate - < "${SCHEMA}"
success="$?"