fix(ci): bump buildx cache to v3 to resolve corrupted unexpected EOF cache layer
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 13s
Build & Deploy / 🧪 QA (push) Successful in 4m57s
Build & Deploy / 🏗️ Build (push) Successful in 9m36s
Build & Deploy / 🚀 Deploy (push) Successful in 33s
Build & Deploy / ⚡ Lighthouse (push) Failing after 2m53s
Build & Deploy / 🧪 Smoke Test (push) Successful in 3m17s
Build & Deploy / 🔔 Notify (push) Successful in 1s
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 13s
Build & Deploy / 🧪 QA (push) Successful in 4m57s
Build & Deploy / 🏗️ Build (push) Successful in 9m36s
Build & Deploy / 🚀 Deploy (push) Successful in 33s
Build & Deploy / ⚡ Lighthouse (push) Failing after 2m53s
Build & Deploy / 🧪 Smoke Test (push) Successful in 3m17s
Build & Deploy / 🔔 Notify (push) Successful in 1s
This commit is contained in:
@@ -219,8 +219,8 @@ 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-v2
|
||||
cache-to: type=registry,ref=registry.infra.mintel.me/mintel/klz-cables.com:buildcache-v2,mode=max
|
||||
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