Skip to content

Commit 5bb8a50

Browse files
committed
[Ameba] Update ci to version 42
1 parent 3d36328 commit 5bb8a50

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/examples-ameba.yaml

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

3838
container:
39-
image: ghcr.io/project-chip/chip-build-ameba:41
39+
image: ghcr.io/project-chip/chip-build-ameba:42
4040
options: --user root
4141

4242
steps:

examples/all-clusters-app/ameba/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ The CHIP demo application is supported on
2727

2828
- Pull docker image:
2929

30-
$ docker pull ghcr.io/project-chip/chip-build-ameba:35
30+
$ docker pull ghcr.io/project-chip/chip-build-ameba:42
3131

3232
- Run docker container:
3333

34-
$ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:35
34+
$ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:42
3535

3636
- Setup build environment:
3737

examples/light-switch-app/ameba/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ The CHIP demo application is supported on
2626

2727
- Pull docker image:
2828

29-
$ docker pull ghcr.io/project-chip/chip-build-ameba:35
29+
$ docker pull ghcr.io/project-chip/chip-build-ameba:42
3030

3131
- Run docker container:
3232

33-
$ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:35
33+
$ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:42
3434

3535
- Setup build environment:
3636

examples/lighting-app/ameba/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ The CHIP demo application is supported on
2323

2424
- Pull docker image:
2525

26-
$ docker pull ghcr.io/project-chip/chip-build-ameba:35
26+
$ docker pull ghcr.io/project-chip/chip-build-ameba:42
2727

2828
- Run docker container:
2929

30-
$ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:35
30+
$ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:42
3131

3232
- Setup build environment:
3333

examples/ota-requestor-app/ameba/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ A prototype application that demonstrates OTA Requestor capabilities.
66

77
- Pull docker image:
88

9-
$ docker pull ghcr.io/project-chip/chip-build-ameba:35
9+
$ docker pull ghcr.io/project-chip/chip-build-ameba:42
1010

1111
- Run docker container:
1212

13-
$ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:35
13+
$ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:42
1414

1515
- Setup build environment:
1616

examples/pigweed-app/ameba/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ following features are available:
3131

3232
- Pull docker image:
3333

34-
$ docker pull ghcr.io/project-chip/chip-build-ameba:35
34+
$ docker pull ghcr.io/project-chip/chip-build-ameba:42
3535

3636
- Run docker container:
3737

38-
$ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:35
38+
$ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:42
3939

4040
- Setup build environment:
4141

0 commit comments

Comments
 (0)