diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c9e37f4..b8e1884c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -183,7 +183,6 @@ jobs: - name: Verify attestation run: | - echo '${{ secrets.COSIGN_PUBLIC_KEY }}' > cosign.pub cosign verify-attestation --key cosign.pub ${{ matrix.repo }}@${{ needs.release.outputs.container_digest }} - name: Logout from Container registries