Skip to content

CI: The publish task doesn't work any longer #177

@larskanis

Description

@larskanis

... 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions