From f436b0ebf27c243ad3f8846b092e286a08247b17 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Wed, 20 Oct 2021 17:24:30 -0700 Subject: [PATCH] Fix string interp --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52d6345..621e5e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: fail-fast: false services: redis: - image: "redislabs/redismod:{{ matrix.redismod }}" + image: redislabs/redismod:${{ matrix.redismod }} ports: # Maps port 6379 on service container to the host - 6379:6379