[ARVADOS] created: 2.1.0-60-gaeec2b8ab
Git user
git at public.arvados.org
Fri Oct 23 18:31:36 UTC 2020
at aeec2b8abaa78a4f3b91bd177624d17ef9392380 (commit)
commit aeec2b8abaa78a4f3b91bd177624d17ef9392380
Author: Ward Vandewege <ward at curii.com>
Date: Fri Oct 23 14:31:14 2020 -0400
16930: remove local 'latest' tag before pushing.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/build/run-build-docker-images.sh b/build/run-build-docker-images.sh
index 7cb8cf76a..8cff14b71 100755
--- a/build/run-build-docker-images.sh
+++ b/build/run-build-docker-images.sh
@@ -82,6 +82,9 @@ title () {
}
docker_push () {
+ # docker always creates a local 'latest' tag, and we don't want to push that
+ # tag in every case. Remove it.
+ docker rmi $1:latest
if [[ ! -z "$tags" ]]
then
for tag in $( echo $tags|tr "," " " )
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list