From c256d46d5c202ebf726bb03987231c536f2f8765 Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Wed, 31 Jul 2024 23:11:55 +0800 Subject: [PATCH] test ci --- .github/workflows/go.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dc5caaa..a9ad909 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -51,9 +51,9 @@ jobs: 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 + # - 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