|
@@ -26,11 +26,11 @@ echo "73.docker-image-build-push.sh"
|
|
|
|
|
|
if [ -d "$basePath/Publish/release/release/docker-image" ]; then
|
|
if [ -d "$basePath/Publish/release/release/docker-image" ]; then
|
|
|
|
|
|
- if [ "$DOCKER_Buildx" != "false" ]; then
|
|
|
|
- sh 75.docker-image-build-push_cross.bash
|
|
|
|
- else
|
|
|
|
- sh 74.docker-image-build-push_amd64.bash
|
|
|
|
- fi
|
|
|
|
|
|
+ if [ "$DOCKER_Buildx" != "false" ]; then
|
|
|
|
+ sh 75.docker-image-build-push_cross.bash
|
|
|
|
+ else
|
|
|
|
+ sh 74.docker-image-build-push_amd64.bash
|
|
|
|
+ fi
|
|
else
|
|
else
|
|
echo '73.docker-image-build-push.sh -> skip for no docker image files exist'
|
|
echo '73.docker-image-build-push.sh -> skip for no docker image files exist'
|
|
fi
|
|
fi
|