ci: Allow using "latest" as the image version

Just like the documentation says.
This commit is contained in:
Emmanuele Bassi 2020-05-17 00:32:22 +01:00
parent 8070bac06c
commit 7ff9a3f3a0

View File

@ -81,7 +81,7 @@ fi
if [ -z $base_version ]; then
base_version="latest"
else
elif [ $base_version != "latest" ]; then
base_version="v$base_version"
fi