Skip to content

Commit

Permalink
Change RE image to public RE image (#2935)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofekshenawa committed Mar 6, 2024
1 parent d43a9fa commit 65c527c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-redis-enterprise.yml
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 65c527c

Please sign in to comment.