From a4dcb5be726684a5222b5516bf454f446893b00b Mon Sep 17 00:00:00 2001 From: Alex B <45384811+AB-xdev@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:46:51 +0200 Subject: [PATCH] Update renovate.yml --- .github/workflows/renovate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 871084c..0801b47 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -44,6 +44,11 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Cache Docker images + uses: ScribeMD/docker-cache@0.5.0 + with: + key: docker-${{ runner.os }}-${{ hashFiles('.github/workflows/renovate.yml') }} + # This third party action allows you to download the cache artifact from different workflow runs # Note that actions/cache doesn't work well because the cache key would need to be computed from # a file within the cache, meaning there would never be any data to restore. With other keys, the