From 81562e728ce9891e6a6df29f1067466b6f955889 Mon Sep 17 00:00:00 2001 From: Bloodcloak <59000966+bloodcloak@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:42:45 -0400 Subject: [PATCH] ci cache type --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4edaacd..c90c31c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,4 +45,6 @@ jobs: ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }} build-args: | GIT_VERSION=${{ steps.prepare.outputs.version }} - GIT_REPO=${{ steps.prepare.outputs.git_repo }} \ No newline at end of file + GIT_REPO=${{ steps.prepare.outputs.git_repo }} + cache-from: type=gha + cache-to: type=gha,mode=max \ No newline at end of file