From 458647cf0561c254aa6e137bab1c9d46bfca5b64 Mon Sep 17 00:00:00 2001 From: hulk Date: Tue, 26 Sep 2023 18:22:30 +0800 Subject: [PATCH] ci: Pin Kvrocks docker image to 2.5.1 to avoid test failure (#3192) Pin Kvrocks docker image to 2.5.1 to avoid test failure --- .github/workflows/service_test_redis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/service_test_redis.yml b/.github/workflows/service_test_redis.yml index 512c624706c8..9edcb7ee0b65 100644 --- a/.github/workflows/service_test_redis.yml +++ b/.github/workflows/service_test_redis.yml @@ -175,7 +175,7 @@ jobs: runs-on: ubuntu-latest services: redis: - image: apache/kvrocks + image: apache/kvrocks:2.5.1 ports: - 6379:6666 steps: