diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4487520..5cd3f43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -75,7 +75,7 @@ jobs: - name: Create Binary Auth attestation run: | - gcloud beta container binauthz attestations sign-and-create --quiet \ + gcloud --quiet beta container binauthz attestations sign-and-create \ --artifact-url="${{ env.IMAGE }}@${{ steps.digest.outputs.digest }}" \ --attestor="projects/${{ env.PROJECT_ID }}/attestors/deploy-attestor" \ --keyversion="projects/${{ env.PROJECT_ID }}/locations/global/keyRings/binary-auth/cryptoKeys/attestor-key/cryptoKeyVersions/1"