Replace code.forgejo.org/oci/postgres Docker tag with data.forgejo.org/oci/postgres

This commit is contained in:
Renovate Bot 2026-01-26 11:04:32 +00:00
parent 736c1dd909
commit fc758bdb32
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ jobs:
runs-on: docker runs-on: docker
services: services:
pgsql: pgsql:
image: code.forgejo.org/oci/postgres:15 image: data.forgejo.org/oci/postgres:15
env: env:
POSTGRES_DB: test POSTGRES_DB: test
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
@ -27,7 +27,7 @@ jobs:
services: services:
pgsql: pgsql:
image: code.forgejo.org/oci/postgres:15 image: data.forgejo.org/oci/postgres:15
env: env:
POSTGRES_DB: test POSTGRES_DB: test
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres

View file

@ -36,7 +36,7 @@ services:
- internal_network - internal_network
postgres: postgres:
image: code.forgejo.org/oci/postgres:14 image: data.forgejo.org/oci/postgres:14
tmpfs: tmpfs:
- /var/lib/postgresql/data - /var/lib/postgresql/data
environment: environment: