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