This commit is contained in:
Neale Pickett 2021-10-19 20:11:15 -06:00
parent 781217d2ef
commit fd6d319218
1 changed files with 1 additions and 1 deletions

View File

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