Skip to content

Commit 65c527c

Browse files
authored
Change RE image to public RE image (#2935)
1 parent d43a9fa commit 65c527c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-redis-enterprise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
go-version: [1.21.x]
19-
re-build: ["7.2.4-108"]
19+
re-build: ["7.4.2-54"]
2020

2121
steps:
2222
- name: Checkout code
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build cluster
3737
working-directory: redis-ee
3838
env:
39-
IMAGE: "redislabs/redis-internal:${{ matrix.re-build }}"
39+
IMAGE: "redislabs/redis:${{ matrix.re-build }}"
4040
RE_USERNAME: ${{ secrets.RE_USERNAME }}
4141
RE_PASS: ${{ secrets.RE_PASS }}
4242
RE_CLUSTER_NAME: ${{ secrets.RE_CLUSTER_NAME }}

0 commit comments

Comments
 (0)