Skip to content

Commit

Permalink
ci: Pin Kvrocks docker image to 2.5.1 to avoid test failure (#3192)
Browse files Browse the repository at this point in the history
Pin Kvrocks docker image to 2.5.1 to avoid test failure
  • Loading branch information
git-hulk authored Sep 26, 2023
1 parent c036b40 commit 458647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service_test_redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
services:
redis:
image: apache/kvrocks
image: apache/kvrocks:2.5.1
ports:
- 6379:6666
steps:
Expand Down

0 comments on commit 458647c

Please sign in to comment.