Skip to content
Snippets Groups Projects
Commit 794656cd authored by Lennart Kramer's avatar Lennart Kramer
Browse files

also update buildimage.sh

parent 7ccdbee5
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,11 @@ echo "sbcl: $1"
echo "maxima: $2"
echo "stack: $3"
# tag the image
if [ -n "$6" ]; then
IMAGENAME="$5/goemaxima-$3:$6"
IMAGELATEST="$5/goemaxima-$3:latest"
else
IMAGENAME="$5/goemaxima-$3:dev"
fi
# check if the image already exists on the server
docker pull "${IMAGENAME}"
# build it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment