@eht16 The mingw-w64 CI seems to recreate the Docker image from scratch. You implemented a cache didn't you?

I noticed that the prebuilt Docker image cannot be pulled from the registry and so it is rebuilt on each CI run.
There is no cache itself for the Docker image but it is pushed to the Docker package registry of the geany organization at Github. To my understanding of the docs, the image should be pullable by CI jobs started on the master branches of the Geany and G-P repositories but it seems not so.

I will change the image visibility to public so that everyone can pull it from the registry. I hesitated to do this because once it is public it cannot be deleted any longer. But it is probably OK to do it now, then also PRs can use the prebuilt image.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3178/c1398795167@github.com>