Skip to content

Commit

Permalink
chore(verify): Use public key for main images by default
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Dec 24, 2023
1 parent 0b10c16 commit 209f86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
required: true
pubkey:
description: 'Public key used by target container'
default: './cosign.pub'
default: 'https://raw.githubusercontent.com/ublue-os/main/main/cosign.pub'
required: false
oidc-issuer:
description: 'The certificate OIDC issuer'
Expand Down

0 comments on commit 209f86f

Please sign in to comment.