fix(build): clear docker build cache to use correct Next.js version

This commit is contained in:
Waleed Latif
2025-08-21 01:43:45 -07:00
committed by GitHub
2 changed files with 392 additions and 370 deletions

View File

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

758
bun.lock

File diff suppressed because it is too large Load Diff