From cfef2beb471467b2aad792b719446b427922f5e2 Mon Sep 17 00:00:00 2001 From: Donkie Date: Mon, 10 Jul 2023 12:13:30 +0200 Subject: [PATCH] Added caching to release job --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b02aed..c3dac6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,3 +55,5 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + cache-from: type=gha + cache-to: type=gha,mode=max