From 96e6ee317a302dc4a37594e6efdac8ebd67db4aa Mon Sep 17 00:00:00 2001 From: Thibault Buathier Date: Thu, 18 Apr 2024 19:38:17 +0200 Subject: [PATCH] fix: bad image name --- .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 0b6fb7e3d7..d88efede9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: services: database: - image: ${{ matrix.db_image }} + image: ${{ matrix.db_image_name }}:${{ matrix.db_image_version }} ports: - ${{ matrix.db_port }}:{{ matrix.db_port }} options: >-