Skip to content

Commit

Permalink
fix: bad image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwemox committed Apr 18, 2024
1 parent 8b9f85c commit 96e6ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down

0 comments on commit 96e6ee3

Please sign in to comment.