do the push

This commit is contained in:
Ryan Voots 2022-03-03 12:34:25 -05:00
parent b1e05692f9
commit 1c1cb02f06

View file

@ -6,6 +6,7 @@ for build in 5*; do
TAG=simcop2387/perl:$build
( cd $build;
docker build -t $TAG .
docker push $TAG
)
done