mirror of https://github.com/dirtbags/moth.git
This commit is contained in:
parent
fd6d319218
commit
62b043354b
|
@ -39,8 +39,8 @@ case $ACTION in
|
|||
--file build/package/Containerfile \
|
||||
$(tags --tag) \
|
||||
.
|
||||
for image in $images; do
|
||||
run docker image push --all-tags $image
|
||||
tags | while read image; do
|
||||
run docker push $image
|
||||
done
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue