From 11bd715ecdd7e511873b584afccea6068e182284 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 28 May 2021 13:58:52 +0200 Subject: Use GHCR for services Signed-off-by: Lukas Reschke --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 68cf244548d..bf5ab3acd15 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2133,7 +2133,7 @@ steps: services: - name: fake-s3 - image: lphoward/fake-s3:latest + image: ghcr.io/nextcloud/continuous-integration-fake-s3:latest trigger: branch: @@ -2166,7 +2166,7 @@ steps: services: - name: azurite - image: arafato/azurite:latest + image: ghcr.io/nextcloud/continuous-integration-azurite:latest environment: executable: blob -- cgit v1.2.3