fix(ci): bypass buildx cache and ignore pnpm store to resolve EOF corruption
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 10s
Build & Deploy / 🧪 QA (push) Successful in 4m38s
Build & Deploy / 🏗️ Build (push) Successful in 3m57s
Build & Deploy / 🚀 Deploy (push) Successful in 32s
Build & Deploy / ⚡ Lighthouse (push) Failing after 2m52s
Build & Deploy / 🧪 Smoke Test (push) Successful in 2m57s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-02-21 22:36:59 +01:00
parent f696e55600
commit a97a00b7fd
2 changed files with 2 additions and 2 deletions

View File

@@ -8,3 +8,5 @@ node_modules
docs
reference
public/datasheets/*.pdf
.pnpm-store
.gitea

View File

@@ -219,8 +219,6 @@ jobs:
UMAMI_API_ENDPOINT=${{ secrets.UMAMI_API_ENDPOINT || vars.UMAMI_API_ENDPOINT || 'https://analytics.infra.mintel.me' }}
NPM_TOKEN=${{ secrets.REGISTRY_PASS }}
tags: registry.infra.mintel.me/mintel/klz-cables.com:${{ needs.prepare.outputs.image_tag }}
cache-from: type=registry,ref=registry.infra.mintel.me/mintel/klz-cables.com:buildcache-v3
cache-to: type=registry,ref=registry.infra.mintel.me/mintel/klz-cables.com:buildcache-v3,mode=max
secrets: |
"NPM_TOKEN=${{ secrets.REGISTRY_PASS }}"