Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reproducible-containers/buildkit-cache-dance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: reproducible-containers/buildkit-cache-dance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.1
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Jun 3, 2025

  1. perf: directly extract dance-cache with output type=local

    Signed-off-by: Chris Yuen <[email protected]>
    kizzx2 committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    7fc030b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. Configuration menu
    Copy the full SHA
    dd007a8 View commit details
    Browse the repository at this point in the history
  2. fix: set proper permissions when extracting cache

    without this, read-only directories in the cache cannot be extracted
    because the child files cannot be created due to missing write permissions on the directory
    
    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    945d265 View commit details
    Browse the repository at this point in the history
  3. ci: set builder

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    396bdea View commit details
    Browse the repository at this point in the history
  4. test: set id for apt cache mount

    set as the same as the action input
    
    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    631bc44 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Merge pull request #59 from Warashi/type-local

    perf: directly extract dance-cache with output type=local, and fixing CI
    AkihiroSuda authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    6f699a7 View commit details
    Browse the repository at this point in the history
Loading