Skip to content

Commit 89e28b1

Browse files
committed
fix valkey's image name in CI
1 parent 9ce1b08 commit 89e28b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
ujson: 'ujson'
6767
services:
6868
valkey:
69-
image: valkey:${{ matrix.valkey }}
69+
image: valkey/valkey:${{ matrix.valkey }}
7070
ports:
7171
- 6379:6379
7272
options: >-

0 commit comments

Comments
 (0)