ci: Update docker image.

This commit is contained in:
Mateusz Armatys 2023-10-19 11:24:10 +02:00
parent b15c8b5325
commit c9b280ddcc
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ include:
file: '/scenarios/pipeline-env.yml'
default:
image: ${CI_REGISTRY}/android/shared/docker-android/ndk:v1.2.0
image: ${CI_REGISTRY}/android/shared/docker-android/oci:v2.0.0
tags:
- shared-small

View File

@ -1,5 +1,5 @@
.startReview:
image: ${CI_REGISTRY}/android/shared/docker-android/ndk:v1.2.0
image: ${CI_REGISTRY}/android/shared/docker-android/oci:v2.0.0
stage: startReview
environment:
name: review/$CI_COMMIT_REF_SLUG
@ -45,7 +45,7 @@
- review.env
.stopReview:
image: ${CI_REGISTRY}/android/shared/docker-android/ndk:v1.2.0
image: ${CI_REGISTRY}/android/shared/docker-android/oci:v2.0.0
stage: .post
environment:
name: review/$CI_COMMIT_REF_SLUG