diff --git a/build/ci/ci.sh b/build/ci/ci.sh index 28fb389..8dd51fc 100755 --- a/build/ci/ci.sh +++ b/build/ci/ci.sh @@ -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 ;; *)