diff --git a/Docker/build.sh b/Docker/build.sh index 1835b23961707578e0880812a8ae3f3e6970be7b..f3d51528478442291a8b5eeb718679f243b3a6b7 100755 --- a/Docker/build.sh +++ b/Docker/build.sh @@ -10,7 +10,11 @@ sleep 1 docker build "$@" --no-cache --build-arg BORT=${tag} . -f shellb3-cspp-py38.Dockerfile \ -t shellb3-cspp-py38:latest \ -t gitlab.ssec.wisc.edu:5555/cspp/buildbucket/shellb3/shellb3-centos7-gcc10-cspp-py38:rGIT${hash} \ - -t gitlab.ssec.wisc.edu:5555/cspp/buildbucket/shellb3/shellb3-centos7-gcc10-cspp-py38:latest + -t gitlab.ssec.wisc.edu:5555/cspp/buildbucket/shellb3/shellb3-centos7-gcc10-cspp-py38:latest \ + -t gitlab.ssec.wisc.edu:5555/rayg/shellb3/shellb3-centos7-gcc10-cspp-py38:rGIT${hash} \ + -t gitlab.ssec.wisc.edu:5555/rayg/shellb3/shellb3-centos7-gcc10-cspp-py38:latest echo docker push gitlab.ssec.wisc.edu:5555/cspp/buildbucket/shellb3/shellb3-centos7-gcc10-cspp-py38:rGIT${hash} echo docker push gitlab.ssec.wisc.edu:5555/cspp/buildbucket/shellb3/shellb3-centos7-gcc10-cspp-py38:latest +echo docker push gitlab.ssec.wisc.edu:5555/rayg/shellb3/shellb3-centos7-gcc10-cspp-py38:rGIT${hash} +echo docker push gitlab.ssec.wisc.edu:5555/rayg/shellb3/shellb3-centos7-gcc10-cspp-py38:latest