mirror of https://github.com/dirtbags/moth.git
No, I meant push latest
This commit is contained in:
parent
9207cd7380
commit
f3421d7a93
2
build.sh
2
build.sh
|
@ -8,7 +8,7 @@ cd $(dirname $0)
|
|||
for img in moth moth-devel; do
|
||||
echo "==== $img"
|
||||
sudo docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy --tag dirtbags/$img --tag dirtbags/$img:$version -f Dockerfile.$img .
|
||||
[ "$1" = "-push" ] && docker push dirtbags/$img:$version && docker push dirtbags/$img:$version
|
||||
[ "$1" = "-push" ] && docker push dirtbags/$img:$version && docker push dirtbags/$img:latest
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue