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