Skip to content

Commit 5cbb204

Browse files
d3zd3znashif
authored andcommitted
github: workflows: Update other docker image reference
The twister workflow contains two references to the docker image to use. The earlier change only updated one of these. Update the other to match. This should allow rust code to be built in the whole twister workflow. Signed-off-by: David Brown <[email protected]>
1 parent 45c96c7 commit 5cbb204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
needs: twister-build-prep
130130
if: needs.twister-build-prep.outputs.size != 0
131131
container:
132-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.13.20240601
132+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.14.20240823
133133
options: '--entrypoint /bin/bash'
134134
strategy:
135135
fail-fast: false

0 commit comments

Comments
 (0)