From 528a8fd50093f744ebd6aba647db20f5f441aee7 Mon Sep 17 00:00:00 2001
From: "R.K.Garcia" <rayg@ssec.wisc.edu>
Date: Tue, 27 Jul 2021 19:25:05 +0000
Subject: [PATCH] push to sb3 registry instead of just buildbucket

---
 Docker/build.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Docker/build.sh b/Docker/build.sh
index 1835b239..f3d51528 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
 
-- 
GitLab