summaryrefslogtreecommitdiffstatshomepage
path: root/tools/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci.sh')
-rwxr-xr-xtools/ci.sh2
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}