fix(ci): restore Buildx caching by removing no-cache now that registry cache conflict is resolved
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 26s
Build & Deploy / 🧪 QA (push) Successful in 1m48s
Build & Deploy / 🏗️ Build (push) Failing after 4m2s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 4s

This commit is contained in:
2026-05-28 22:51:55 +02:00
parent 05ca944828
commit 528bf83a67

View File

@@ -230,7 +230,6 @@ jobs:
context: .
push: true
provenance: false
no-cache: true
platforms: linux/amd64
build-args: |
NEXT_PUBLIC_BASE_URL=${{ needs.prepare.outputs.next_public_url }}