Skip to content

Commit 25b4477

Browse files
committed
fix ci
1 parent 3166e84 commit 25b4477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
mkdir -p ./custom-cache/
2222
docker compose --profile all build
2323
docker pull valkey/valkey:latest
24-
docker save django-valkey-cluster:latest valkey/valkey:latest -o ./custom-cache/all.tar
24+
docker pull bitnami/valkey-cluster:8.1
25+
docker save bitnami/valkey-cluster valkey/valkey:latest -o ./custom-cache/all.tar
2526
2627
test:
2728
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)