Skip to content

Commit

Permalink
[infra][debug]: removing attestation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
leblancmeneses committed Dec 28, 2024
1 parent b760251 commit 0e96337
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit 0e96337

Please sign in to comment.