From 1e42ddf42e650b628513a04103693d745a6c3773 Mon Sep 17 00:00:00 2001 From: Gianfranco Paoloni Date: Thu, 12 Feb 2026 18:09:15 -0300 Subject: [PATCH] fix: provenance false in docker/build-push-action action --- .github/workflows/e2e-lambda-deploy.yml | 1 + .github/workflows/twilio-lambda-ci.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/e2e-lambda-deploy.yml b/.github/workflows/e2e-lambda-deploy.yml index 4d03a9ef80..626dbd4da9 100644 --- a/.github/workflows/e2e-lambda-deploy.yml +++ b/.github/workflows/e2e-lambda-deploy.yml @@ -78,6 +78,7 @@ jobs: file: ./e2e-tests/Dockerfile push: true tags: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:live,${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ github.sha }} + provenance: false - name: Generate output id: generate-output diff --git a/.github/workflows/twilio-lambda-ci.yml b/.github/workflows/twilio-lambda-ci.yml index e88585d421..999799c283 100644 --- a/.github/workflows/twilio-lambda-ci.yml +++ b/.github/workflows/twilio-lambda-ci.yml @@ -132,3 +132,4 @@ jobs: push: true # 'latest' is never used, but it keeps terraform happy tags: ${{ env.ECR_URL }}:${{ github.ref_type }}.${{ env.ref_name_for_docker }},${{ env.ECR_URL }}:${{ github.sha }},${{ env.ECR_URL }}:latest + provenance: false