From 0ba23c061f997ebdd2c1ea9f2c79fd462abf25be Mon Sep 17 00:00:00 2001 From: Alexander Terry Date: Sat, 20 Apr 2024 19:29:03 -0800 Subject: [PATCH] cache to inline --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 09e620b..56c3f29 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -43,6 +43,6 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,mode=max - cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,mode=max + cache-to: type=inline,mode=max provenance: false