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 <angus@redyak.com.au>
This commit is contained in:
parent
92a5ea51b4
commit
db4b095644
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ ZEPHYR_SDK_VERSION=0.16.8
|
|||
ZEPHYR_VERSION=v3.7.0
|
||||
|
||||
function ci_zephyr_setup {
|
||||
IMAGE=zephyrprojectrtos/ci:${ZEPHYR_DOCKER_VERSION}
|
||||
IMAGE=ghcr.io/zephyrproject-rtos/ci:${ZEPHYR_DOCKER_VERSION}
|
||||
|
||||
docker pull ${IMAGE}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue