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 77789e1 commit f436b0eCopy full SHA for f436b0e
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
fail-fast: false
83
services:
84
redis:
85
- image: "redislabs/redismod:{{ matrix.redismod }}"
+ image: redislabs/redismod:${{ matrix.redismod }}
86
ports:
87
# Maps port 6379 on service container to the host
88
- 6379:6379
0 commit comments