Hi, we just found out that a debian bug prevents the GHA workflow from installing the latest qgis version. All bookworm-tagged images are still using qgis 3.22. add-apt-repository does not install qgis repo at first call and needs to be called twice due to a bug. This is not very pretty but shouldn't have any impact on other builds.
Also if this is merged it would be nice if all qgis images with ...bookworm... in the tag are recreated. They need to be removed before running the GHA workflow otherwise they will still contain an outdated qgis version
Hi, we just found out that a debian bug prevents the GHA workflow from installing the latest qgis version. All bookworm-tagged images are still using qgis
3.22
.add-apt-repository
does not install qgis repo at first call and needs to be called twice due to a bug. This is not very pretty but shouldn't have any impact on other builds.Here is a description of the bug https://groups.google.com/g/linux.debian.bugs.dist/c/9OfU_d8CbTI
Also if this is merged it would be nice if all qgis images with
...bookworm...
in the tag are recreated. They need to be removed before running the GHA workflow otherwise they will still contain an outdated qgis version