From 09c6bdb25488197e3e52819c7f9e81a7396e7761 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:50:19 -0800 Subject: [PATCH] Use gha cache --- .github/workflows/update-manylinux-openssl-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-manylinux-openssl-image.yml b/.github/workflows/update-manylinux-openssl-image.yml index 1e5d2470b..d6aaf4c55 100644 --- a/.github/workflows/update-manylinux-openssl-image.yml +++ b/.github/workflows/update-manylinux-openssl-image.yml @@ -32,5 +32,5 @@ jobs: # This driver doesn't publish an image locally by default # so we have to manually enable it load: true - cache-from: type=local,ref=${{ env.CUSTOM_MANYLINUX_IMAGE_NAME }} - cache-to: type=inline + cache-from: type=gha + cache-to: type=gha,mode=max