From 6c6bfb169c1dcc356ef2504ae3e3b69d86082f0a Mon Sep 17 00:00:00 2001 From: "R.K.Garcia" <rayg@ssec.wisc.edu> Date: Fri, 18 Jun 2021 15:09:27 +0000 Subject: [PATCH] fix to push commands in build.sh --- Docker/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/build.sh b/Docker/build.sh index a0c2d7ce..6a78d3be 100755 --- a/Docker/build.sh +++ b/Docker/build.sh @@ -11,6 +11,6 @@ docker build "$@" --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 -echo docker push gitlab.ssec.wisc.edu:5555/cspp/buildbucket/shellb3/shellb3-centos7-gcc8-cspp-py38:rGIT${hash} -echo docker push gitlab.ssec.wisc.edu:5555/cspp/buildbucket/shellb3/shellb3-centos7-gcc8-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 -- GitLab