From 9e5fbf93979730f8e2fa1bc98fc14a9f6acc9a21 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 27 Sep 2021 11:29:29 +0200 Subject: [PATCH] use latest Android docker image Signed-off-by: Andy Scherzinger --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 212ca956f6..4ff424cdd3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: tests-stable steps: - name: gplay - image: nextcloudci/android8:android-61 + image: ghcr.io/nextcloud/continuous-integration-android8:2 privileged: true environment: LOG_USERNAME: @@ -92,7 +92,7 @@ name: tests-master steps: - name: gplay - image: nextcloudci/android8:android-61 + image: ghcr.io/nextcloud/continuous-integration-android8:2 privileged: true environment: LOG_USERNAME: @@ -170,7 +170,7 @@ name: analysis steps: - name: analysis - image: nextcloudci/android8:android-61 + image: ghcr.io/nextcloud/continuous-integration-android8:2 environment: GIT_USERNAME: from_secret: GIT_USERNAME