diff options
author | Angus Gratton <angus@redyak.com.au> | 2024-12-10 16:54:35 +1100 |
---|---|---|
committer | Angus Gratton <gus@projectgus.com> | 2024-12-18 15:11:01 +1100 |
commit | db4b095644e646f0a700076e4d2c51512eed4d30 (patch) | |
tree | da19a25797e5be4613550adeb985603845a0732e | |
parent | 92a5ea51b456e96332f703aded4be2fbc22982fc (diff) | |
download | micropython-db4b095644e646f0a700076e4d2c51512eed4d30.tar.gz micropython-db4b095644e646f0a700076e4d2c51512eed4d30.zip |
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>
-rwxr-xr-x | tools/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index bc013f5324..d4bfe49336 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -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} |