chore(spellcheck): Bump container version to 0.3.1
This commit is contained in:
parent
f0455b32f8
commit
67a94732ac
|
@ -218,7 +218,7 @@ jobs:
|
|||
- emqx
|
||||
- emqx-enterprise
|
||||
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:
|
||||
- uses: actions/download-artifact@v2
|
||||
name: Download schema dump
|
||||
|
|
|
@ -7,7 +7,7 @@ else
|
|||
SCHEMA="$1"
|
||||
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}"
|
||||
success="$?"
|
||||
|
|
Loading…
Reference in New Issue