add docker images.
All checks were successful
Deploy / PullDocker (push) Successful in 4s
Deploy / Build (push) Successful in 2m2s
Deploy Docker Images / Docusaurus build and Server deploy (push) Successful in 2m23s

This commit is contained in:
luocai 2024-11-06 16:34:02 +08:00
parent 5208fb6a61
commit 6f55bce07a
2 changed files with 2 additions and 2 deletions

View File

@ -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
# docker push registry.cn-shenzhen.aliyuncs.com/amass_toolset/yoctools:22.04

View File

@ -103,7 +103,7 @@ function main() {
build
;;
docker)
build_docker_images
build_docker_images $@
;;
*)
build