Skip to content

Commit a1fc7a5

Browse files
committed
fix image name
1 parent dd9b76e commit a1fc7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
python-version: [3.12]
38-
redis-version: ['redis-stack:6.2.6-v9', 'redis:8.0.3', 'redis:latest']
38+
redis-version: ['redis/redis-stack:6.2.6-v9', 'redis:8.0.3', 'redis:latest']
3939

4040
steps:
4141
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)