This commit is contained in:
孙小云 2025-06-11 16:57:23 +08:00
parent be5f829b2a
commit dd6034e8ec
1 changed files with 1 additions and 1 deletions

View File

@ -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