Skip to content

Commit b867b0d

Browse files
committed
[LOCAL] Pin react-native-android Docker image to v20.0
1 parent 080327c commit b867b0d

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: github.repository == 'facebook/react-native'
4040
needs: [set_release_type]
4141
container:
42-
image: reactnativecommunity/react-native-android:latest
42+
image: reactnativecommunity/react-native-android:v20.0
4343
env:
4444
TERM: "dumb"
4545
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
@@ -66,7 +66,7 @@ jobs:
6666
prebuild_react_native_core,
6767
]
6868
container:
69-
image: reactnativecommunity/react-native-android:latest
69+
image: reactnativecommunity/react-native-android:v20.0
7070
env:
7171
TERM: "dumb"
7272
GRADLE_OPTS: "-Dorg.gradle.daemon=false"

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
prebuild_react_native_core,
6161
]
6262
container:
63-
image: reactnativecommunity/react-native-android:latest
63+
image: reactnativecommunity/react-native-android:v20.0
6464
env:
6565
TERM: "dumb"
6666
GRADLE_OPTS: "-Dorg.gradle.daemon=false"

.github/workflows/test-all.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
runs-on: 8-core-ubuntu
271271
needs: [set_release_type]
272272
container:
273-
image: reactnativecommunity/react-native-android:latest
273+
image: reactnativecommunity/react-native-android:v20.0
274274
env:
275275
TERM: "dumb"
276276
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
@@ -289,7 +289,7 @@ jobs:
289289
runs-on: 8-core-ubuntu
290290
needs: [set_release_type]
291291
container:
292-
image: reactnativecommunity/react-native-android:latest
292+
image: reactnativecommunity/react-native-android:v20.0
293293
env:
294294
TERM: "dumb"
295295
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
@@ -344,7 +344,7 @@ jobs:
344344
prebuild_react_native_core,
345345
]
346346
container:
347-
image: reactnativecommunity/react-native-android:latest
347+
image: reactnativecommunity/react-native-android:v20.0
348348
env:
349349
TERM: "dumb"
350350
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
@@ -361,7 +361,7 @@ jobs:
361361
runs-on: 4-core-ubuntu
362362
needs: build_npm_package
363363
container:
364-
image: reactnativecommunity/react-native-android:latest
364+
image: reactnativecommunity/react-native-android:v20.0
365365
env:
366366
# Set the encoding to resolve a known character encoding issue with decompressing tar.gz files in conatiners
367367
# via Gradle: https://github.com/gradle/gradle/issues/23391#issuecomment-1878979127

0 commit comments

Comments
 (0)