Fix string interp
This commit is contained in:
parent
77789e1ced
commit
f436b0ebf2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
image: "redislabs/redismod:{{ matrix.redismod }}"
|
image: redislabs/redismod:${{ matrix.redismod }}
|
||||||
ports:
|
ports:
|
||||||
# Maps port 6379 on service container to the host
|
# Maps port 6379 on service container to the host
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
|
Loading…
Reference in a new issue