File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 36
36
if : github.actor != 'restyled-io[bot]'
37
37
38
38
container :
39
- image : ghcr.io/project-chip/chip-build-ameba:41
39
+ image : ghcr.io/project-chip/chip-build-ameba:42
40
40
options : --user root
41
41
42
42
steps :
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ The CHIP demo application is supported on
27
27
28
28
- Pull docker image:
29
29
30
- $ docker pull ghcr.io/project-chip/chip-build-ameba:35
30
+ $ docker pull ghcr.io/project-chip/chip-build-ameba:42
31
31
32
32
- Run docker container:
33
33
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
35
35
36
36
- Setup build environment:
37
37
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ The CHIP demo application is supported on
26
26
27
27
- Pull docker image:
28
28
29
- $ docker pull ghcr.io/project-chip/chip-build-ameba:35
29
+ $ docker pull ghcr.io/project-chip/chip-build-ameba:42
30
30
31
31
- Run docker container:
32
32
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
34
34
35
35
- Setup build environment:
36
36
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ The CHIP demo application is supported on
23
23
24
24
- Pull docker image:
25
25
26
- $ docker pull ghcr.io/project-chip/chip-build-ameba:35
26
+ $ docker pull ghcr.io/project-chip/chip-build-ameba:42
27
27
28
28
- Run docker container:
29
29
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
31
31
32
32
- Setup build environment:
33
33
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ A prototype application that demonstrates OTA Requestor capabilities.
6
6
7
7
- Pull docker image:
8
8
9
- $ docker pull ghcr.io/project-chip/chip-build-ameba:35
9
+ $ docker pull ghcr.io/project-chip/chip-build-ameba:42
10
10
11
11
- Run docker container:
12
12
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
14
14
15
15
- Setup build environment:
16
16
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ following features are available:
31
31
32
32
- Pull docker image:
33
33
34
- $ docker pull ghcr.io/project-chip/chip-build-ameba:35
34
+ $ docker pull ghcr.io/project-chip/chip-build-ameba:42
35
35
36
36
- Run docker container:
37
37
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
39
39
40
40
- Setup build environment:
41
41
You can’t perform that action at this time.
0 commit comments