robosignatory: coreos: switch to the Fedora 32 signing key
We're rolling over to Fedora 32 so let's start signing content with the Fedora 32 signing key. Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
parent
b46b45130a
commit
f064aa4ad9
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ handlers = ["console"]
|
|||
|
||||
[consumer_config.coreos]
|
||||
bucket = "fcos-builds"
|
||||
key = "{{ (env == 'production')|ternary('fedora-31', 'testkey') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
|
||||
|
||||
[consumer_config.coreos.aws]
|
||||
access_key = "{{ fcos_builds_releng_aws_access_id }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue