update source for images used by ci (#557)

Co-authored-by: Xunzhuo <bitliu@tencent.com>
This commit is contained in:
rinfx
2023-09-25 17:09:11 +08:00
committed by GitHub
parent 64ccbab29c
commit 14e43aa921
2 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ else
if [ -d $EXTENSIONS_DIR$file ]; then
name=${file##*/}
echo "🚀 Build Go WasmPlugin: $name"
PLUGIN_NAME=${name} make build
PLUGIN_NAME=${name} BUILDER_REGISTRY="docker.io/alihigress/plugins-" make build
fi
done
else