Skip to content

Commit 3a645f2

Browse files
fixed missing redis container
1 parent 335c89c commit 3a645f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
services:
2828
redis:
29-
image: 8.2-rc1-alpine3.22
29+
image: redis:8.2-rc1-alpine3.22
3030
ports:
3131
- 6379:6379
3232
options: >-

0 commit comments

Comments
 (0)