diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2021-05-29 00:51:30 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2021-05-29 00:51:30 +0200 |
commit | 93da0cfd381525d66e4b66b787565e80d01100a2 (patch) | |
tree | e7ce663c118f4e81bbd58e0284d506adfb37e55b /.drone.yml | |
parent | be651cee113cef1d9c38daf5a3c5951a637021f7 (diff) | |
download | nextcloud-server-93da0cfd381525d66e4b66b787565e80d01100a2.tar.gz nextcloud-server-93da0cfd381525d66e4b66b787565e80d01100a2.zip |
Move PGSQL to GHCR
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 10 |
1 files changed, 5 insertions, 5 deletions
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 |