ソースを参照

chore(ci): Bump emqx-schema-validate to 0.3.3

ieQu1 3 年 前
コミット
83e5ec9b2d
2 ファイル変更3 行追加3 行削除
  1. 1 1
      .github/workflows/build_slim_packages.yaml
  2. 2 2
      scripts/spellcheck

+ 1 - 1
.github/workflows/build_slim_packages.yaml

@@ -229,7 +229,7 @@ jobs:
         - emqx
         - emqx
         - emqx-enterprise
         - emqx-enterprise
     runs-on: aws-amd64
     runs-on: aws-amd64
-    container: "ghcr.io/iequ1/emqx-schema-validate:0.3.1"
+    container: "ghcr.io/emqx/emqx-schema-validate:0.3.3"
     steps:
     steps:
     - uses: actions/download-artifact@v2
     - uses: actions/download-artifact@v2
       name: Download schema dump
       name: Download schema dump

+ 2 - 2
scripts/spellcheck

@@ -7,7 +7,7 @@ else
     SCHEMA="$1"
     SCHEMA="$1"
 fi
 fi
 
 
-docker run -d --name langtool "ghcr.io/iequ1/emqx-schema-validate:0.3.2"
+docker run -d --name langtool "ghcr.io/emqx/emqx-schema-validate:0.3.3"
 
 
 docker exec -i langtool ./emqx_schema_validate - < "${SCHEMA}"
 docker exec -i langtool ./emqx_schema_validate - < "${SCHEMA}"
 success="$?"
 success="$?"
@@ -16,6 +16,6 @@ docker kill langtool || true
 docker rm langtool || true
 docker rm langtool || true
 
 
 echo "If this script finds a false positive (e.g. when it things that a protocol name is a typo),
 echo "If this script finds a false positive (e.g. when it things that a protocol name is a typo),
-make a PR here: https://github.com/ieQu1/emqx-schema-validate/blob/master/dict/en_spelling_additions.txt"
+make a PR here: https://github.com/emqx/emqx-schema-validate/blob/master/dict/en_spelling_additions.txt"
 
 
 exit "$success"
 exit "$success"