refactor: remove artifact attestation step from nightly build workflow

This commit is contained in:
2025-07-03 02:35:11 +00:00
committed by GitHub
parent 8e49550561
commit 95e3682228

View File

@@ -115,10 +115,3 @@ jobs:
linux/arm64/v8
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.build.outputs.digest }}
push-to-registry: true