diff --git a/build.sh b/build.sh index 8135836..6c162a7 100644 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ set -euxo pipefail for build in 5*; do - TAG=simcop2387/perl:$build + TAG=simcop2387/perl:$(echo $build | perl -pE 's/,/-/g') ( cd $build; docker build -t $TAG . docker push $TAG