File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229229 # Label used to access the service container
230230 postgres :
231231 # Docker database image
232- image : ghcr.io/ledgersmb/dev-postgres:${{ matrix.postgres }}
232+ image : ghcr.io/ledgersmb-devel /dev-postgres:${{ matrix.postgres }}
233233 # Maps tcp port 5432 on service container to the host
234234 ports :
235235 - 5432:5432
@@ -278,7 +278,7 @@ jobs:
278278 # Label used to access the service container
279279 postgres :
280280 # Docker database image
281- image : ghcr.io/ledgersmb/dev-postgres:${{ matrix.postgres }}
281+ image : ghcr.io/ledgersmb-devel /dev-postgres:${{ matrix.postgres }}
282282 # Maps tcp port 5432 on service container to the host
283283 ports :
284284 - 5432:5432
@@ -417,7 +417,7 @@ jobs:
417417 # Label used to access the service container
418418 postgres :
419419 # Docker database image
420- image : ghcr.io/ledgersmb/dev-postgres:${{ matrix.postgres }}
420+ image : ghcr.io/ledgersmb-devel /dev-postgres:${{ matrix.postgres }}
421421 # Maps tcp port 5432 on service container to the host
422422 ports :
423423 - 5432:5432
You can’t perform that action at this time.
0 commit comments