From 0e96337a0c3ec6ad3be9e6484c5f001cf5b1bc45 Mon Sep 17 00:00:00 2001 From: Leblanc Meneses Date: Fri, 27 Dec 2024 22:34:35 -0600 Subject: [PATCH] [infra][debug]: removing attestation for now --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 347a1fe..90bdfc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,13 +168,13 @@ jobs: org.opencontainers.image.documentation=https://github.com/${{ github.repository }}/README.md org.opencontainers.image.vendor=Improving Startups LLC - - name: generate artifact attestation - if: ${{ !failure() && !cancelled() && fromJson(steps.affected.outputs.affected).changes.affected && github.event_name != 'pull_request' }} - uses: actions/attest-build-provenance@v2 - with: - subject-name: ${{ env.IMAGE_AFFECTED }} - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true + # - name: generate artifact attestation + # if: ${{ !failure() && !cancelled() && fromJson(steps.affected.outputs.affected).changes.affected && github.event_name != 'pull_request' }} + # uses: actions/attest-build-provenance@v2 + # with: + # subject-name: ${{ env.IMAGE_AFFECTED }} + # subject-digest: ${{ steps.push.outputs.digest }} + # push-to-registry: true - name: debug if: ${{ failure() && !cancelled() }}