From cc66d1912e5564db3b7fcead0295660a84fc9fec Mon Sep 17 00:00:00 2001 From: bachrc Date: Sun, 20 Oct 2024 17:27:02 +0000 Subject: [PATCH] feat(ci): cache docker pour le build --- .github/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ee9df31..cacea80 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -57,3 +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