From f8b1443bb82e00ee4404a11fb30dbbdd8b8a6857 Mon Sep 17 00:00:00 2001 From: Eleanor Davies Date: Thu, 15 Aug 2024 22:53:47 +0100 Subject: [PATCH] chore: change cache location --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f56be28..05705f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,5 +46,5 @@ jobs: platforms: linux/amd64,linux/arm64 tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max + cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/sti:cache + cache-to: type=registry,ref=ghcr.io/${{ github.repository_owner }}/sti:cache