From 62b043354be9d237d6b02ea0697f7b44c0b211ef Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 19 Oct 2021 20:12:36 -0600 Subject: [PATCH] CI --- build/ci/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/ci/ci.sh b/build/ci/ci.sh index 8dd51fc..5bc5eea 100755 --- a/build/ci/ci.sh +++ b/build/ci/ci.sh @@ -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 ;; *)