From 757cf3d202f17b40f64b809d7a56592c511efa5e Mon Sep 17 00:00:00 2001 From: Harvester57 Date: Sat, 30 Aug 2025 14:34:41 +0200 Subject: [PATCH] Remove cache push in SBOM job --- .github/workflows/build-and-test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 2d6882b..f884ee7 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -245,8 +245,7 @@ jobs: load: true tags: localbuild/testimage:latest platforms: linux/amd64 - cache-from: type=gha - cache-to: type=gha,mode=max + cache-from: type=gha,scope=${{ github.workflow }}:linux/amd64 - name: Generate SBOM and upload dependency results uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5