Skip to content

Commit 0f9d1e0

Browse files
committed
use new docker with 0.18.0-alpha4
Signed-off-by: Anas Nashif <[email protected]>
1 parent 1f3b343 commit 0f9d1e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on:
1919
group: zephyr-runner-v2-linux-x64-4xlarge
2020
container:
21-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
21+
image: ghcr.io/zephyrproject-rtos/ci-testing:testing-main-amd64
2222
options: '--entrypoint /bin/bash'
2323
strategy:
2424
fail-fast: false

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
needs: twister-build-prep
128128
if: needs.twister-build-prep.outputs.size != 0
129129
container:
130-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
130+
image: ghcr.io/zephyrproject-rtos/ci-testing:testing-main-amd64
131131
options: '--entrypoint /bin/bash'
132132
strategy:
133133
fail-fast: false

0 commit comments

Comments
 (0)