Skip to content

Commit 9db6390

Browse files
bump android docker versions (#37414)
1 parent deff77a commit 9db6390

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/full-android.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: github.actor != 'restyled-io[bot]'
4040

4141
container:
42-
image: ghcr.io/project-chip/chip-build-android:106
42+
image: ghcr.io/project-chip/chip-build-android:108
4343
volumes:
4444
- "/tmp/log_output:/tmp/test_logs"
4545

.github/workflows/smoketest-android.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: ghcr.io/project-chip/chip-build-android:106
40+
image: ghcr.io/project-chip/chip-build-android:108
4141
volumes:
4242
- "/:/runner-root-volume"
4343
- "/tmp/log_output:/tmp/test_logs"

integrations/cloudbuild/smoke-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ steps:
140140
- name: pwenv
141141
path: /pwenv
142142

143-
- name: "ghcr.io/project-chip/chip-build-vscode:104"
143+
- name: "ghcr.io/project-chip/chip-build-vscode:108"
144144
id: Android
145145
env:
146146
- PW_ENVIRONMENT_ROOT=/pwenv

0 commit comments

Comments
 (0)