Skip to content

Commit 769ac9f

Browse files
andy31415andreilitvin
andauthoredOct 17, 2023
Run the replace (#29817)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 51964d9 commit 769ac9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+74
-74
lines changed
 

‎.github/workflows/bloat_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434

3535
container:
36-
image: ghcr.io/project-chip/chip-build:20
36+
image: ghcr.io/project-chip/chip-build:21
3737

3838
steps:
3939
- name: Checkout

‎.github/workflows/build.yaml

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

4242
container:
43-
image: ghcr.io/project-chip/chip-build:20
43+
image: ghcr.io/project-chip/chip-build:21
4444
volumes:
4545
- "/tmp/log_output:/tmp/test_logs"
4646
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -131,7 +131,7 @@ jobs:
131131
if: github.actor != 'restyled-io[bot]'
132132

133133
container:
134-
image: ghcr.io/project-chip/chip-build:20
134+
image: ghcr.io/project-chip/chip-build:21
135135
volumes:
136136
- "/tmp/log_output:/tmp/test_logs"
137137
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -279,7 +279,7 @@ jobs:
279279
if: github.actor != 'restyled-io[bot]'
280280

281281
container:
282-
image: ghcr.io/project-chip/chip-build:20
282+
image: ghcr.io/project-chip/chip-build:21
283283
volumes:
284284
- "/tmp/log_output:/tmp/test_logs"
285285
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -414,7 +414,7 @@ jobs:
414414
if: github.actor != 'restyled-io[bot]'
415415

416416
container:
417-
image: ghcr.io/project-chip/chip-build:20
417+
image: ghcr.io/project-chip/chip-build:21
418418
volumes:
419419
- "/tmp/log_output:/tmp/test_logs"
420420
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0

0 commit comments

Comments
 (0)
Please sign in to comment.