From cee2e122b10cd9d7fd22dc56b4e737cf74b819f7 Mon Sep 17 00:00:00 2001 From: Alexander Terry Date: Sat, 20 Apr 2024 19:35:35 -0800 Subject: [PATCH] remove unneded proverance --- .github/workflows/ghcr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 56c3f29..02705ae 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -44,5 +44,4 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,mode=max cache-to: type=inline,mode=max - provenance: false