mirror of https://github.com/go-redis/redis.git
Change RE image to public RE image (#2935)
This commit is contained in:
parent
d43a9fa887
commit
65c527c39c
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue