From b77d708548beab04f6238ad7bea2574c75d834cc Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Thu, 23 May 2024 16:25:57 +0900 Subject: [PATCH] CI(Github Actions): Remove attestation Summary: Not really needed, and causing build to ultimately fail. Signed-off-by: Yongmin Hong Test Plan: Build again. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D136 --- .github/workflows/build-container.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 23ad0b7..fecdf70 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -43,9 +43,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: "Generate artifact attestation" - uses: actions/attest-build-provenance@v1 - with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true