Tag images on the branch as release-2021
[alexxy/gromacs.git] / admin / containers / buildall.sh
index ba8759ee64b4c11ddba9179a968132fea1098354..1dd359dbcc14b9b45edb07c1916605dd2ac46d06 100644 (file)
@@ -30,7 +30,7 @@ echo
 
 for arg_string in "${args[@]}"; do
   # shellcheck disable=SC2086
-  tag=$(python3 -m utility $arg_string)
+  tag=$(python3 -m utility $arg_string):release-2021
   tags[${#tags[@]}]=$tag
   # shellcheck disable=SC2086
   python3 $SCRIPT $arg_string | docker build -t $tag -