Skip to content

Commit 6061e78

Browse files
authored
Change postgres image to development version
1 parent 0c979bf commit 6061e78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)