From d7a9f4c11f0e7fd4ab2762d098e5592a03e74ee1 Mon Sep 17 00:00:00 2001 From: Jair Henrique Date: Fri, 25 Oct 2024 08:47:12 -0300 Subject: [PATCH] Includes valkey docker image tag --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0c4661079..4ae76803e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1217,7 +1217,7 @@ jobs: timeout-minutes: 30 services: valkey: - image: valkey/valkey + image: valkey/valkey:latest ports: - 8080:6379 - 8081:6379