From 65c527c39c63cf88de514cb2759d704040795909 Mon Sep 17 00:00:00 2001 From: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:55:33 +0200 Subject: [PATCH] Change RE image to public RE image (#2935) --- .github/workflows/test-redis-enterprise.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-redis-enterprise.yml b/.github/workflows/test-redis-enterprise.yml index 82946dd3c..af66fd1f9 100644 --- a/.github/workflows/test-redis-enterprise.yml +++ b/.github/workflows/test-redis-enterprise.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: go-version: [1.21.x] - re-build: ["7.2.4-108"] + re-build: ["7.4.2-54"] steps: - name: Checkout code @@ -36,7 +36,7 @@ jobs: - name: Build cluster working-directory: redis-ee env: - IMAGE: "redislabs/redis-internal:${{ matrix.re-build }}" + IMAGE: "redislabs/redis:${{ matrix.re-build }}" RE_USERNAME: ${{ secrets.RE_USERNAME }} RE_PASS: ${{ secrets.RE_PASS }} RE_CLUSTER_NAME: ${{ secrets.RE_CLUSTER_NAME }}