From 57bf4e1f30424f18641a453a5f0b30e378f77287 Mon Sep 17 00:00:00 2001 From: Nat Budin Date: Fri, 1 Sep 2023 10:37:49 -0700 Subject: [PATCH] Enable build cache --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12b8deb5..b1dc228d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,8 @@ jobs: ghcr.io/${{ github.repository }}:${{ github.sha }} build-args: | RUBY_VERSION=${{ steps.ruby-version.outputs.ruby-version }} + cache-from: type=gha + cache-to: type=gha,mode=max update-release-draft: runs-on: ubuntu-latest if: github.event_name == 'push' && github.event.ref == 'refs/heads/main'