From c3ee5ea974ae254a651eb70a3585751a6d3c9a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Thu, 22 Aug 2024 12:28:50 +0200 Subject: [PATCH] chore: Add cache configuration to multiarch workflow --- .github/workflows/multiarch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/multiarch.yml b/.github/workflows/multiarch.yml index 4a2795a..5180eaa 100644 --- a/.github/workflows/multiarch.yml +++ b/.github/workflows/multiarch.yml @@ -35,5 +35,7 @@ jobs: context: . platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true + cache-from: type=gha + cache-to: type=gha,mode=max tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file