From 1a06494790c7b071660b19f70bfdc066c51fd3ef Mon Sep 17 00:00:00 2001 From: dengliming Date: Sun, 10 Mar 2024 02:20:02 +0800 Subject: [PATCH] fix ci --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e43eef9..9081c92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest services: redismod: - image: redislabs/redismod:edge + image: redis/redis-stack-server:edge options: >- --health-cmd "redis-cli ping" --health-interval 10s