Skip to content

Commit db4b095

Browse files
committed
ci: Pull the Zephyr CI docker image from GitHub container reg.
This image is 15GB so in theory this may be faster, although in testing the improvement is either non-existent or marginal. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
1 parent 92a5ea5 commit db4b095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ ZEPHYR_SDK_VERSION=0.16.8
747747
ZEPHYR_VERSION=v3.7.0
748748

749749
function ci_zephyr_setup {
750-
IMAGE=zephyrprojectrtos/ci:${ZEPHYR_DOCKER_VERSION}
750+
IMAGE=ghcr.io/zephyrproject-rtos/ci:${ZEPHYR_DOCKER_VERSION}
751751

752752
docker pull ${IMAGE}
753753

0 commit comments

Comments
 (0)