do the push
This commit is contained in:
parent
b1e05692f9
commit
1c1cb02f06
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -6,6 +6,7 @@ for build in 5*; do
|
|||
TAG=simcop2387/perl:$build
|
||||
( cd $build;
|
||||
docker build -t $TAG .
|
||||
docker push $TAG
|
||||
)
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue