Skip to content

Commit 5550bb7

Browse files
committed
use docker v0.27.6
Signed-off-by: Anas Nashif <[email protected]>
1 parent 87e583a commit 5550bb7

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:main
21+
image: ghcr.io/zephyrproject-rtos/ci:main:v0.27.6
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:main
130+
image: ghcr.io/zephyrproject-rtos/ci:main:v0.27.6
131131
options: '--entrypoint /bin/bash'
132132
strategy:
133133
fail-fast: false

0 commit comments

Comments
 (0)