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 \
|
--file build/package/Containerfile \
|
||||||
$(tags --tag) \
|
$(tags --tag) \
|
||||||
.
|
.
|
||||||
for image in $images; do
|
tags | while read image; do
|
||||||
run docker image push --all-tags $image
|
run docker push $image
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in New Issue