Skip to content

Commit f436b0e

Browse files
author
Andrew Brookins
committed
Fix string interp
1 parent 77789e1 commit f436b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
fail-fast: false
8383
services:
8484
redis:
85-
image: "redislabs/redismod:{{ matrix.redismod }}"
85+
image: redislabs/redismod:${{ matrix.redismod }}
8686
ports:
8787
# Maps port 6379 on service container to the host
8888
- 6379:6379

0 commit comments

Comments
 (0)