We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3166e84 commit 25b4477Copy full SHA for 25b4477
.github/workflows/ci.yml
@@ -21,7 +21,8 @@ jobs:
21
mkdir -p ./custom-cache/
22
docker compose --profile all build
23
docker pull valkey/valkey:latest
24
- docker save django-valkey-cluster:latest valkey/valkey:latest -o ./custom-cache/all.tar
+ docker pull bitnami/valkey-cluster:8.1
25
+ docker save bitnami/valkey-cluster valkey/valkey:latest -o ./custom-cache/all.tar
26
27
test:
28
runs-on: ubuntu-latest
0 commit comments