From 258515da6d7fd2a50d04397ed03304958b60e09a Mon Sep 17 00:00:00 2001 From: acsfer Date: Fri, 4 Feb 2022 13:00:58 +0100 Subject: Typo fix --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 76de38b2c86..ad3afc2bea2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -479,7 +479,7 @@ services: - name: cache image: ghcr.io/nextcloud/continuous-integration-redis:latest - name: postgres-11 - image: ghcr.io/nextcloud/continuous-integration-postgres-11:latest + image: ghcr.io/nextcloud/continuous-integration-postgres-11:postgres-11 environment: POSTGRES_USER: oc_autotest POSTGRES_DB: oc_autotest_dummy @@ -515,7 +515,7 @@ services: - name: cache image: ghcr.io/nextcloud/continuous-integration-redis:latest - name: postgres-13 - image: ghcr.io/nextcloud/continuous-integration-postgres-13:latest + image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 environment: POSTGRES_USER: oc_autotest POSTGRES_DB: oc_autotest_dummy -- cgit v1.2.3