From 74ea7d5e401537639e8fa04533d2ed381adf7b8b Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sun, 19 Nov 2023 03:02:43 +1100 Subject: [PATCH] Implement github actions cache, for docker build (#2727) --- .github/workflows/partial-builder.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/partial-builder.yml b/.github/workflows/partial-builder.yml index 2b9223f0a1d0..583b84354a21 100644 --- a/.github/workflows/partial-builder.yml +++ b/.github/workflows/partial-builder.yml @@ -46,3 +46,6 @@ jobs: tags: ghcr.io/${{ github.repository }}:${{ inputs.tag }} build-args: | COMMIT=${{ github.sha }} + # https://docs.docker.com/build/ci/github-actions/cache/#github-cache + cache-from: type=gha + cache-to: type=gha,mode=max