fix(ci): bypass Gitea registry layer cache conflict by adding no-cache to build-push-action
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 26s
Build & Deploy / 🧪 QA (push) Successful in 1m49s
Build & Deploy / 🏗️ Build (push) Successful in 4m25s
Build & Deploy / 🚀 Deploy (push) Failing after 30s
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:35:49 +02:00
parent ded2aee989
commit f2209c4815

View File

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