From 17f4316fafaacb0c0622350da54ed273e4bf3eee Mon Sep 17 00:00:00 2001 From: bachrc Date: Sun, 20 Oct 2024 17:56:22 +0000 Subject: [PATCH] feat(ci): tentative de mise en place de cache --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cacea80..73a1b64 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -57,5 +57,5 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/arm64/v8 - cache-from: type=registry,ref=bachrc/de-l-arbre-aux-wc:latest - cache-to: type=inline + cache-from: type=gha + cache-to: type=gha,mode=max