Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add cache for Buildah layers in GitHub Actions
- Configures cache for `/var/lib/containers/storage` using `actions/cache@v4`. - Implements keys to reuse layers from previous builds. - Enables layer reuse in Buildah with `layers: true`.
- Loading branch information