From b4ff8d7e2ff47c43fa3f4fe4d8ceb8fa3cfab606 Mon Sep 17 00:00:00 2001 From: alyssa Date: Tue, 18 Jun 2024 17:58:10 +0900 Subject: [PATCH] try to fix docker build cache --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 555201e8..39bd4a5a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -39,8 +39,8 @@ jobs: context: . file: Dockerfile.rust push: false - cache-from: type=gha - cache-to: type=gha + cache-from: type=registry,ref=ghcr.io/pluralkit/docker-cache:rust + cache-to: type=registry,ref=ghcr.io/pluralkit/docker-cache:rust,mode=max outputs: .docker-bin # add more binaries here