use latest Android docker image

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-09-27 11:29:29 +02:00 committed by Álvaro Brey (Rebase PR Action)
parent 1a7d8a7491
commit 9e5fbf9397

View file

@ -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