Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 474607b

Browse files
committedJun 25, 2024·
Update builds to docker version 61
1 parent 8d7bc0b commit 474607b

Some content is hidden

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

48 files changed

+75
-75
lines changed
 

‎.github/workflows/bloat_check.yaml

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

3636
container:
37-
image: ghcr.io/project-chip/chip-build:60
37+
image: ghcr.io/project-chip/chip-build:61
3838

3939
steps:
4040
- name: Checkout

‎.github/workflows/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: github.actor != 'restyled-io[bot]'
4343

4444
container:
45-
image: ghcr.io/project-chip/chip-build:60
45+
image: ghcr.io/project-chip/chip-build:61
4646
volumes:
4747
- "/:/runner-root-volume"
4848
- "/tmp/log_output:/tmp/test_logs"
@@ -138,7 +138,7 @@ jobs:
138138
if: github.actor != 'restyled-io[bot]'
139139

140140
container:
141-
image: ghcr.io/project-chip/chip-build:60
141+
image: ghcr.io/project-chip/chip-build:61
142142
volumes:
143143
- "/:/runner-root-volume"
144144
- "/tmp/log_output:/tmp/test_logs"
@@ -281,7 +281,7 @@ jobs:
281281
if: github.actor != 'restyled-io[bot]'
282282

283283
container:
284-
image: ghcr.io/project-chip/chip-build:60
284+
image: ghcr.io/project-chip/chip-build:61
285285
volumes:
286286
- "/:/runner-root-volume"
287287
- "/tmp/log_output:/tmp/test_logs"
@@ -342,7 +342,7 @@ jobs:
342342
if: github.actor != 'restyled-io[bot]'
343343

344344
container:
345-
image: ghcr.io/project-chip/chip-build:60
345+
image: ghcr.io/project-chip/chip-build:61
346346
volumes:
347347
- "/:/runner-root-volume"
348348
- "/tmp/log_output:/tmp/test_logs"
@@ -451,7 +451,7 @@ jobs:
451451
if: github.actor != 'restyled-io[bot]'
452452

453453
container:
454-
image: ghcr.io/project-chip/chip-build:60
454+
image: ghcr.io/project-chip/chip-build:61
455455
volumes:
456456
- "/:/runner-root-volume"
457457
- "/tmp/log_output:/tmp/test_logs"

0 commit comments

Comments
 (0)