From 43707706347e57c0bf6d3107bef6e9eef8ca9099 Mon Sep 17 00:00:00 2001 From: Keith Petersen Date: Wed, 1 Nov 2023 12:08:29 -0500 Subject: [PATCH] apply provenance fix https://github.com/docker/buildx/issues/1533 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efe6075..0fab3b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ github.sha }} cache-from: type=gha cache-to: type=gha,mode=max + provenance: false # - name: Test Docker Image # run: | @@ -59,6 +60,7 @@ jobs: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:latest cache-from: type=gha cache-to: type=gha,mode=max + provenance: false - uses: actions/cache@v3 name: Cache TFLint plugin dir