Browse Source

Move PGSQL to GHCR

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
tags/v22.0.0beta3
Lukas Reschke 3 years ago
parent
commit
93da0cfd38
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      .drone.yml

+ 5
- 5
.drone.yml View File

@@ -493,7 +493,7 @@ services:
- name: cache
image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: postgres-9
image: postgres:9.6
image: ghcr.io/nextcloud/continuous-integration-postgres-9:postgres-9.6
environment:
POSTGRES_USER: oc_autotest
POSTGRES_DB: oc_autotest_dummy
@@ -529,7 +529,7 @@ services:
- name: cache
image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: postgres-10
image: postgres:10
image: ghcr.io/nextcloud/continuous-integration-postgres-10:postgres-10
environment:
POSTGRES_USER: oc_autotest
POSTGRES_DB: oc_autotest_dummy
@@ -564,7 +564,7 @@ services:
- name: cache
image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: postgres-11
image: postgres:11
image: ghcr.io/nextcloud/continuous-integration-postgres-11:postgres-11
environment:
POSTGRES_USER: oc_autotest
POSTGRES_DB: oc_autotest_dummy
@@ -600,7 +600,7 @@ services:
- name: cache
image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: postgres-12
image: postgres:12
image: ghcr.io/nextcloud/continuous-integration-postgres-12:postgres-12
environment:
POSTGRES_USER: oc_autotest
POSTGRES_DB: oc_autotest_dummy
@@ -636,7 +636,7 @@ services:
- name: cache
image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: postgres-13
image: postgres:13
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
environment:
POSTGRES_USER: oc_autotest
POSTGRES_DB: oc_autotest_dummy

Loading…
Cancel
Save