This commit is contained in:
Neale Pickett 2021-10-19 20:12:36 -06:00
parent fd6d319218
commit 62b043354b
1 changed files with 2 additions and 2 deletions

View File

@ -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
;;
*)