From cf8300ecfb94107d61d9622eceab9f1079f03f04 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Tue, 5 Mar 2024 13:36:04 +0100 Subject: [PATCH] Cache Docker CI Signed-off-by: Jan Heinrich Reimer --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a43db93..aa9db2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,6 +143,8 @@ jobs: with: context: . push: false + cache-from: type=gha + cache-to: type=gha,mode=max python-publish: name: 🚀 Publish Python wheels if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') @@ -205,6 +207,8 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + cache-from: type=gha + cache-to: type=gha,mode=max github-release: name: 🚀 Create GitHub release if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')