mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
chore(ci): use postgres image from mirror
This commit is contained in:
parent
c3f2b60b3b
commit
395c10596e
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ jobs:
|
|||
ldap:
|
||||
image: docker.io/gitea/test-openldap:latest
|
||||
pgsql:
|
||||
image: 'docker.io/postgres:15'
|
||||
image: 'code.forgejo.org/oci/postgres:15'
|
||||
env:
|
||||
POSTGRES_DB: test
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
Loading…
Reference in a new issue