Skip to content

Commit 19582bf

Browse files
committed
[LOCAL] Pin react-native-android Docker image to v20.0
1 parent 3483f16 commit 19582bf

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
@@ -286,7 +286,7 @@ jobs:
286286
runs-on: 8-core-ubuntu
287287
needs: [set_release_type]
288288
container:
289-
image: reactnativecommunity/react-native-android:latest
289+
image: reactnativecommunity/react-native-android:v20.0
290290
env:
291291
TERM: "dumb"
292292
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
@@ -305,7 +305,7 @@ jobs:
305305
runs-on: 8-core-ubuntu
306306
needs: [set_release_type]
307307
container:
308-
image: reactnativecommunity/react-native-android:latest
308+
image: reactnativecommunity/react-native-android:v20.0
309309
env:
310310
TERM: "dumb"
311311
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
@@ -360,7 +360,7 @@ jobs:
360360
prebuild_react_native_core,
361361
]
362362
container:
363-
image: reactnativecommunity/react-native-android:latest
363+
image: reactnativecommunity/react-native-android:v20.0
364364
env:
365365
TERM: "dumb"
366366
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
@@ -377,7 +377,7 @@ jobs:
377377
runs-on: 4-core-ubuntu
378378
needs: build_npm_package
379379
container:
380-
image: reactnativecommunity/react-native-android:latest
380+
image: reactnativecommunity/react-native-android:v20.0
381381
env:
382382
# Set the encoding to resolve a known character encoding issue with decompressing tar.gz files in conatiners
383383
# via Gradle: https://github.com/gradle/gradle/issues/23391#issuecomment-1878979127

0 commit comments

Comments
 (0)