Fix string interp

This commit is contained in:
Andrew Brookins 2021-10-20 17:24:30 -07:00
parent 77789e1ced
commit f436b0ebf2

View file

@ -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