From 395c10596e2e1c77dcb1e29de42cd2063cfb1672 Mon Sep 17 00:00:00 2001 From: Otto Richter Date: Mon, 12 Aug 2024 16:15:53 +0200 Subject: [PATCH] chore(ci): use postgres image from mirror --- .forgejo/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index c4c3766c08..b4386071b1 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -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