ci: bump emqx/emqx-schema-validate to 0.5.1

This commit is contained in:
Ivan Dyachkov 2024-03-27 15:30:46 +01:00
parent 5662bbf2c2
commit a104299c7a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ set +e
docker run --rm -i ${DOCKER_TERMINAL_OPT} --name spellcheck \ docker run --rm -i ${DOCKER_TERMINAL_OPT} --name spellcheck \
-v "${PROJ_ROOT}"/scripts/spellcheck/dicts:/dicts \ -v "${PROJ_ROOT}"/scripts/spellcheck/dicts:/dicts \
-v "$SCHEMA":/schema.json \ -v "$SCHEMA":/schema.json \
ghcr.io/emqx/emqx-schema-validate:0.5.0 -j 10 /schema.json ghcr.io/emqx/emqx-schema-validate:0.5.1 -j 10 /schema.json
result="$?" result="$?"