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
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:
@@ -8,3 +8,5 @@ node_modules
|
||||
docs
|
||||
reference
|
||||
public/datasheets/*.pdf
|
||||
.pnpm-store
|
||||
.gitea
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user