diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 2854fe5..b3689c4 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -14,8 +14,6 @@ jobs: permissions: contents: read packages: write - attestations: write - id-token: write steps: - name: Checkout repository @@ -42,10 +40,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