Explicitly push tag and tag_plot images

This commit is contained in:
Matthias 2021-02-17 20:52:25 +01:00
parent fedbb5c0c4
commit 87dc1d3955
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ fi
docker images
docker push ${IMAGE_NAME}
docker push ${IMAGE_NAME}:$TAG_PLOT
docker push ${IMAGE_NAME}:$TAG
if [ $? -ne 0 ]; then
echo "failed pushing repo"
return 1