Skip to content

Commit a37c6bc

Browse files
waleedlatif1claude
andauthored
fix(build): clear docker build cache to use correct Next.js version (#1075)
* fix: clear Docker build cache to use correct Next.js version - Changed GitHub Actions cache scope from build-v2 to build-v3 - This should force a fresh build without cached Next.js 15.5.0 layers - Reverted to ^15.3.2 version format that worked on main branch 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * run install --------- Co-authored-by: Claude <[email protected]>
1 parent 4c9fdbe commit a37c6bc

File tree

2 files changed

+392
-370
lines changed

2 files changed

+392
-370
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
push: ${{ github.event_name != 'pull_request' }}
8686
tags: ${{ steps.meta.outputs.tags }}
8787
labels: ${{ steps.meta.outputs.labels }}
88-
cache-from: type=gha,scope=build-v2
89-
cache-to: type=gha,mode=max,scope=build-v2
88+
cache-from: type=gha,scope=build-v3
89+
cache-to: type=gha,mode=max,scope=build-v3
9090
provenance: false
9191
sbom: false
9292

0 commit comments

Comments
 (0)