-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: int128/docker-build-cache-config-action
base: v1.41.0
head repository: int128/docker-build-cache-config-action
compare: v1.42.0
- 12 commits
- 15 files changed
- 7 contributors
Commits on Jan 2, 2026
-
chore(deps): update pnpm to v10.26.2 (#1329)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7aa79a8 - Browse repository at this point
Copy the full SHA 7aa79a8View commit details -
chore(deps): update int128/update-generated-files-action action to v2…
….74.0 (#1331) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6dd9aff - Browse repository at this point
Copy the full SHA 6dd9affView commit details -
chore(deps): update int128/wait-for-workflows-action action to v1.54.0 (
#1332) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 79e6b9d - Browse repository at this point
Copy the full SHA 79e6b9dView commit details -
chore(deps): update int128/release-typescript-action action to v1.42.0 (
#1330) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7a5f329 - Browse repository at this point
Copy the full SHA 7a5f329View commit details
Commits on Jan 3, 2026
-
chore(deps): update dependency msw to v2.12.6 (#1328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6550754 - Browse repository at this point
Copy the full SHA 6550754View commit details -
chore(deps): update dependency msw to v2.12.7 (#1333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b59fc4f - Browse repository at this point
Copy the full SHA b59fc4fView commit details
Commits on Jan 9, 2026
-
chore(deps): update pnpm to v10.27.0 (#1335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 20c669f - Browse repository at this point
Copy the full SHA 20c669fView commit details -
chore(deps): update int128/update-generated-files-action action to v2…
….76.0 (#1334) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0b939a4 - Browse repository at this point
Copy the full SHA 0b939a4View commit details
Commits on Jan 10, 2026
-
chore(deps): update dependency @biomejs/biome to v2.3.11 (#1336)
* chore(deps): update dependency @biomejs/biome to v2.3.11 * Autofix (ts / generate) Auto-generated-by: update-generated-files-action; https://github.com/int128/docker-build-cache-config-action/actions/runs/20881846727 * Empty commit to trigger GitHub Actions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: int128-renovate-merge-bot[bot] <132176788+int128-renovate-merge-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd8af1a - Browse repository at this point
Copy the full SHA fd8af1aView commit details
Commits on Jan 11, 2026
-
Move renovate.json to repository root (#1327)
https://github.com/int128/actions-tanpopo/actions/runs/20891226851 Co-authored-by: int128-actions-tanpopo[bot] <203393273+int128-actions-tanpopo[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for deccd67 - Browse repository at this point
Copy the full SHA deccd67View commit details -
fix(docker): use
scopeinstead ofreffor GHA cache backend (#1213)When using the GitHub Actions (GHA) cache backend, the use of useless tags `ref=` leads to cache collisions between different builds, branches, and stages due to the shared default namespace (buildkit). This change replaces `ref=` with `scope=` when the cache type is `gha`, as recommended by the official Docker documentation: https://docs.docker.com/build/cache/backends/gha/#scope Using `scope=` ensures proper cache isolation and prevents unintended invalidation, significantly improving cache reliability. Co-authored-by: Hidetake Iwata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62504f8 - Browse repository at this point
Copy the full SHA 62504f8View commit details -
github-actions committed
Jan 11, 2026 Configuration menu - View commit details
-
Copy full SHA for 113b5dc - Browse repository at this point
Copy the full SHA 113b5dcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.41.0...v1.42.0