Skip to content

Commit 59c5f58

Browse files
committed
chore: update CI cache image to valkey
Replace the cache service image in multiple GitHub Actions workflows from registry.redict.io/redict to valkey/valkey:8.1-alpine. Signed-off-by: Alex Piatakov <alex.piatakov@swirldslabs.com>
1 parent f6c53ba commit 59c5f58

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/api-after-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
YARN_ENABLE_GLOBAL_CACHE: 'false'
1313
services:
1414
cache:
15-
image: registry.redict.io/redict
15+
image: valkey/valkey:8.1-alpine
1616
ports:
1717
- 6379:6379
1818
strategy:

.github/workflows/api-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
YARN_ENABLE_GLOBAL_CACHE: 'false'
2121
services:
2222
cache:
23-
image: registry.redict.io/redict
23+
image: valkey/valkey:8.1-alpine
2424
ports:
2525
- 6379:6379
2626
strategy:

.github/workflows/api-schedule-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
YARN_ENABLE_GLOBAL_CACHE: 'false'
1212
services:
1313
cache:
14-
image: registry.redict.io/redict
14+
image: valkey/valkey:8.1-alpine
1515
ports:
1616
- 6379:6379
1717
strategy:

.github/workflows/api-schedule-vm0033.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
YARN_ENABLE_GLOBAL_CACHE: 'false'
1212
services:
1313
cache:
14-
image: registry.redict.io/redict
14+
image: valkey/valkey:8.1-alpine
1515
ports:
1616
- 6379:6379
1717
strategy:

.github/workflows/ui-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
YARN_ENABLE_GLOBAL_CACHE: 'false'
1212
services:
1313
cache:
14-
image: registry.redict.io/redict
14+
image: valkey/valkey:8.1-alpine
1515
ports:
1616
- 6379:6379
1717
strategy:

0 commit comments

Comments
 (0)