fix: remove unneeded caching from website #5392

Merged
tobiasd merged 1 commits from fix/caching into master 2025-10-09 11:30:35 +00:00
Member

In #5333 I added docker image caching using Gitea artifact Registry.

This turned out to be a waste of time, that actually slowed things down.

This is because the docker instance on the drone runner host actually caches the images internally anyway, so the time cost of downloading an image, rebuilding it and re pushing it was being paid for no reason or benefit.

This pr removes the caching, but does translate a step to ensure that the build docker container can be built in a pr, which is a good check to have pre merge to master.

In https://git.fsfe.org/FSFE/fsfe-website/pulls/5333 I added docker image caching using Gitea artifact Registry. This turned out to be a waste of time, that actually slowed things down. This is because the docker instance on the drone runner host actually caches the images internally anyway, so the time cost of downloading an image, rebuilding it and re pushing it was being paid for no reason or benefit. This pr removes the caching, but does translate a step to ensure that the build docker container can be built in a pr, which is a good check to have pre merge to master.
delliott added 1 commit 2025-10-09 11:25:41 +00:00
fix: remove unneeded caching from website
All checks were successful
continuous-integration/drone/pr Build is passing
e503bf4116
tobiasd merged commit 7606e2588a into master 2025-10-09 11:30:35 +00:00
tobiasd deleted branch fix/caching 2025-10-24 15:50:31 +00:00
Sign in to join this conversation.
No description provided.