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 <noreply@anthropic.com>

* run install

---------

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Waleed Latif
2025-08-21 01:38:47 -07:00
committed by GitHub
parent 4c9fdbe7fb
commit a37c6bc812
2 changed files with 392 additions and 370 deletions

View File

@@ -85,8 +85,8 @@ jobs:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha,scope=build-v2 cache-from: type=gha,scope=build-v3
cache-to: type=gha,mode=max,scope=build-v2 cache-to: type=gha,mode=max,scope=build-v3
provenance: false provenance: false
sbom: false sbom: false

758
bun.lock

File diff suppressed because it is too large Load Diff