From 93da0cfd381525d66e4b66b787565e80d01100a2 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sat, 29 May 2021 00:51:30 +0200 Subject: Move PGSQL to GHCR Signed-off-by: Lukas Reschke --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index fe870e42db8..35c574d8388 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 -- cgit v1.2.3