Skip to content

Commit 2cc1aed

Browse files
committed
ci: Pull Docker images from GitHub Container Registry
This commit updates the CI workflow to pull the Docker images from the GitHub Container Registry (GHCR) to work around the pull rate limits of the DockerHub. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 0115907 commit 2cc1aed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
MATRIX_HOSTS+='{
180180
"name": "linux-x86_64",
181181
"runner": "zephyr_runner",
182-
"container": "zephyrprojectrtos/sdk-build:v1.2.0",
182+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.1",
183183
"archive": "tar.gz"
184184
},'
185185
fi
@@ -188,7 +188,7 @@ jobs:
188188
MATRIX_HOSTS+='{
189189
"name": "linux-aarch64",
190190
"runner": "zephyr_runner",
191-
"container": "zephyrprojectrtos/sdk-build:v1.2.0",
191+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.1",
192192
"archive": "tar.gz"
193193
},'
194194
fi
@@ -215,7 +215,7 @@ jobs:
215215
MATRIX_HOSTS+='{
216216
"name": "windows-x86_64",
217217
"runner": "zephyr_runner",
218-
"container": "zephyrprojectrtos/sdk-build:v1.2.0",
218+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.1",
219219
"archive": "zip"
220220
},'
221221
fi

0 commit comments

Comments
 (0)