chore(spellcheck): Bump container version to 0.3.1

This commit is contained in:
ieQu1 2022-04-21 23:48:47 +02:00
parent f0455b32f8
commit 67a94732ac
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ jobs:
- emqx - emqx
- emqx-enterprise - emqx-enterprise
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container: "ghcr.io/iequ1/emqx-schema-validate:0.3.0" container: "ghcr.io/iequ1/emqx-schema-validate:0.3.1"
steps: steps:
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
name: Download schema dump name: Download schema dump

View File

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