Эх сурвалжийг харах

use latest Android docker image

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 3 жил өмнө
parent
commit
9e5fbf9397
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      .drone.yml

+ 3 - 3
.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