From 769709c425aaeb09d3779a1c7677892bcc4ff719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20K=C3=B8hler=20Warmdahl?= Date: Tue, 10 Dec 2024 15:00:22 +0100 Subject: [PATCH] Cache mode = max --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 97b4c39ea..4f2dda076 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -84,8 +84,8 @@ jobs: tags: "${{ steps.version_check.outputs.CONTAINER_TAG }}-dev" context: '.' file: 'scripts/desktop-wallet-ci.Dockerfile' - #cache-from: type=gha - #cache-to: type=gha + cache-from: type=gha + cache-to: type=gha,mode=max build-args: | BASE_VERSION=${{ env.BASE_IMAGE_VERSION }} NODE_VERSION=${{ env.NODE_VERSION }}