-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
... because the cache size is too limited due to changes in Github Actions: https://github.blog/changelog/2025-11-20-github-actions-cache-size-can-now-exceed-10-gb-per-repository/
The cache entries are now immediately deleted when the cache size of 10GB is exceeded. In the past they were deleted after some days only. But our multi-platform docker images need the cache to publish combined ARM and X86_64 images. They are built on native hosts, then stored to the cache and then both caches are combined on ARM hosts to publish the multi-platform images. But the cache is deleted before the publish action runs and then the multi-images can't be built.
Metadata
Metadata
Assignees
Labels
No labels