Skip to content

Commit abad362

Browse files
authored
fix(build): clear docker build cache to use correct Next.js version
2 parents cd1bd95 + a37c6bc commit abad362

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)