Merge pull request #5329 from zexi/automated-cherry-pick-of-#5328-upstream-release-3.1

Automated cherry pick of #5328: fix: docker_push uncomment build bin
This commit is contained in:
Zexi Li
2020-03-03 16:18:09 +08:00
committed by GitHub
+2 -2
View File
@@ -81,8 +81,8 @@ for component in $COMPONENTS; do
echo "Please build image for climc"
continue
fi
#build_bin $component
#build_bundle_libraries $component
build_bin $component
build_bundle_libraries $component
img_name="$REGISTRY/$component:$TAG"
build_image $img_name $DOCKER_DIR/Dockerfile.$component $SRC_DIR
push_image "$img_name"