diff --git a/Dockerfiles/yoctools.dockerfile b/Dockerfiles/yoctools.dockerfile index aaf206f..0622f8e 100644 --- a/Dockerfiles/yoctools.dockerfile +++ b/Dockerfiles/yoctools.dockerfile @@ -27,4 +27,4 @@ ENV LC_ALL=C.UTF-8 ENV TERM=xterm-256color # docker build --progress=tty -f yoctools.dockerfile -t registry.cn-shenzhen.aliyuncs.com/amass_toolset/yoctools:22.04 . -# docker push \ No newline at end of file +# docker push registry.cn-shenzhen.aliyuncs.com/amass_toolset/yoctools:22.04 \ No newline at end of file diff --git a/resources/build.sh b/resources/build.sh index 828acc3..44c6b09 100755 --- a/resources/build.sh +++ b/resources/build.sh @@ -103,7 +103,7 @@ function main() { build ;; docker) - build_docker_images + build_docker_images $@ ;; *) build