Skip to content

Commit

Permalink
Accept agreement to upload to T log
Browse files Browse the repository at this point in the history
  • Loading branch information
samhclark committed Oct 19, 2024
1 parent 31decb7 commit 775c872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: >
echo "${fully_qualified_image_names_json}"
| jq -r '.[]'
| xargs -I {} cosign sign --key=env://COSIGN_PRIVATE_KEY "{}@${digest}"
| xargs -I {} cosign sign --yes --key=env://COSIGN_PRIVATE_KEY "{}@${digest}"
- name: Echo outputs for auditing
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 775c872

Please sign in to comment.