diff options
author | Joas Schilling <coding@schilljs.com> | 2024-01-26 12:18:28 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-01-26 13:53:35 +0100 |
commit | da46be4c152c50fbb25bdf999df32f646f5fb5c1 (patch) | |
tree | fa570a3fd539ca39b87cd10a01cd2bc3d8215ef2 /.github/workflows/integration-sqlite.yml | |
parent | a3d35178438e7ea6eb7ccc6d94d05db70067ddcd (diff) | |
download | nextcloud-server-da46be4c152c50fbb25bdf999df32f646f5fb5c1.tar.gz nextcloud-server-da46be4c152c50fbb25bdf999df32f646f5fb5c1.zip |
fix(CI): Use ghcr.io/nextcloud/continuous-integration-redis image
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/integration-sqlite.yml')
-rw-r--r-- | .github/workflows/integration-sqlite.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml index 66b654561a1..de32836fc7c 100644 --- a/.github/workflows/integration-sqlite.yml +++ b/.github/workflows/integration-sqlite.yml @@ -73,14 +73,10 @@ jobs: services: redis: - image: redis - options: >- - --health-cmd "redis-cli ping" - --health-interval 10s - --health-timeout 5s - --health-retries 5 + image: ghcr.io/nextcloud/continuous-integration-redis:latest + options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3 ports: - - 6379:6379 + - 6379:6379/tcp openldap: image: ghcr.io/nextcloud/continuous-integration-openldap:openldap-7 ports: |