IRNAS / irnas-docker-software

Docker images for building the various Zephyr projects
MIT License
1 stars 1 forks source link

BUG - Image is published under wrong name #1

Closed Finwood closed 3 months ago

Finwood commented 4 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

MarkoSagadin commented 3 months ago

Related to this

The build script were fixed so they use the new naming scheme.