diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a3e3771..050da6c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: local max_attempts=5 while [ $attempt -le $max_attempts ]; do echo "=== Push (attempt $attempt/$max_attempts): $ref ===" - if docker push --max-concurrent-uploads=1 "$ref"; then + if docker push "$ref"; then return 0 fi echo "::warning::Push of $ref failed, retrying in 30s..."