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