Skip to content

Commit

Permalink
apply provenance fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keithly committed Nov 1, 2023
1 parent 2082252 commit 4370770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 4370770

Please sign in to comment.