Skip to content

Commit da46be4

Browse files
committed
fix(CI): Use ghcr.io/nextcloud/continuous-integration-redis image
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent a3d3517 commit da46be4

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/integration-sqlite.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,10 @@ jobs:
7373

7474
services:
7575
redis:
76-
image: redis
77-
options: >-
78-
--health-cmd "redis-cli ping"
79-
--health-interval 10s
80-
--health-timeout 5s
81-
--health-retries 5
76+
image: ghcr.io/nextcloud/continuous-integration-redis:latest
77+
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
8278
ports:
83-
- 6379:6379
79+
- 6379:6379/tcp
8480
openldap:
8581
image: ghcr.io/nextcloud/continuous-integration-openldap:openldap-7
8682
ports:

0 commit comments

Comments
 (0)