From 8119dae3c3d951f9525c3d2e03587f451dd9dc14 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Fri, 7 Nov 2025 13:59:50 -0800 Subject: [PATCH] Updated GH workflow. --- .github/workflows/cd.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 534b2321..f44d1768 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,9 +23,6 @@ jobs: steps: - uses: actions/checkout@v5 - - name: Install cosign - uses: sigstore/cosign-installer@v3 - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -95,11 +92,3 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max provenance: false # disable automatic registry attestations - - # Generate a local provenance attestation (not uploaded) - - name: Generate local provenance attestation - run: | - cosign attest --yes \ - --predicate <(echo '{"build":"github-actions","repo":"${{ github.repository }}","run_id":"${{ github.run_id }}"}') \ - --type slsaprovenance \ - ${{ steps.meta.outputs.tags }}