Skip to content

Commit

Permalink
Remove attestation step (#3263)
Browse files Browse the repository at this point in the history
  • Loading branch information
anticorrelator committed May 22, 2024
1 parent cb4cf56 commit d3d6ecf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docker-build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
BASE_IMAGE=${{ env.BASE_IMAGE }}
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ matrix.variant }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
9 changes: 0 additions & 9 deletions .github/workflows/docker-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
BASE_IMAGE=${{ env.BASE_IMAGE }}

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ matrix.variant }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit d3d6ecf

Please sign in to comment.