From 13b19af65c513583f6f9b77c52b8149108952319 Mon Sep 17 00:00:00 2001 From: Jason Cameron Date: Sun, 3 Nov 2024 14:29:23 -0500 Subject: [PATCH] switch to gha cache Signed-off-by: Jason Cameron --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0256a6e..26c8b9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,8 +47,8 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=registry,ref=ghcr.io/mcpt/sentinel:buildcache - cache-to: type=registry,ref=ghcr.io/mcpt/sentinel:buildcache,mode=max + cache-from: type=gha + cache-to: type=gha,mode=max # This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)." - name: Generate artifact attestation