mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user