mirror of https://github.com/dirtbags/moth.git
This commit is contained in:
parent
781217d2ef
commit
fd6d319218
|
@ -40,7 +40,7 @@ case $ACTION in
|
|||
$(tags --tag) \
|
||||
.
|
||||
for image in $images; do
|
||||
run docker image push -a $image
|
||||
run docker image push --all-tags $image
|
||||
done
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue