Closed Finwood closed 3 months ago
The CI docker image gets published under the name vanilla-zephyr-v3.6.0-ci, while the build scripts assumes vanilla-zephyr-ci-v3.6.0.
This breaks the development build, because the image vanilla-zephyr-ci-v3.6.0 is missing from the registry:
https://github.com/IRNAS/irnas-docker-software/blob/04b55c8da4714541b3f9e38bc97cc8ba6cf8da75/vanilla-zephyr/build_dev.sh#L4
Related to this
The build script were fixed so they use the new naming scheme.
The CI docker image gets published under the name vanilla-zephyr-v3.6.0-ci, while the build scripts assumes vanilla-zephyr-ci-v3.6.0.
This breaks the development build, because the image vanilla-zephyr-ci-v3.6.0 is missing from the registry:
https://github.com/IRNAS/irnas-docker-software/blob/04b55c8da4714541b3f9e38bc97cc8ba6cf8da75/vanilla-zephyr/build_dev.sh#L4