From dd6034e8ec9c38de1f6c8a078abd99696cb3c4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Wed, 11 Jun 2025 16:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/builder.sh b/builder/builder.sh index 710f48c..b6613b9 100755 --- a/builder/builder.sh +++ b/builder/builder.sh @@ -18,6 +18,6 @@ docker image rm $2 docker build --no-cache \ --build-arg SW_APP_NAME=$1 \ --build-arg SW_SKY_AOP=${SKYWALKING_OAP_NAME}:11800 \ - --build-arg SW_AGENT_COLLECTOR_BACKEND_SERVICES==${SKYWALKING_OAP_NAME}:11800 \ + --build-arg SW_AGENT_COLLECTOR_BACKEND_SERVICES=${SKYWALKING_OAP_NAME}:11800 \ -t $2 . # 注意末尾的 `.` 表示当前路径 docker push $2 \ No newline at end of file