We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5d475 commit 6e67fd5Copy full SHA for 6e67fd5
.github/workflows/examples-linux-imx.yaml
@@ -34,7 +34,7 @@ jobs:
34
if: github.actor != 'restyled-io[bot]'
35
36
container:
37
- image: connectedhomeip/chip-build-imx:0.7.25.1
+ image: connectedhomeip/chip-build-imx:0.7.25
38
39
steps:
40
- name: Checkout
.github/workflows/minimal-build.yaml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
33
- image: connectedhomeip/chip-build-minimal:0.7.25
+ image: connectedhomeip/chip-build-minimal:0.7.18
.github/workflows/qemu.yaml
@@ -38,7 +38,7 @@ jobs:
41
- image: connectedhomeip/chip-build-esp32-qemu:0.7.25
+ image: connectedhomeip/chip-build-esp32-qemu:0.7.18
42
volumes:
43
- "/tmp/log_output:/tmp/test_logs"
44
0 commit comments