robosignatory: fix to use right key for rebuild
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
00490e9426
commit
9fd21ff5d1
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ handlers = ["console"]
|
|||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f39-rebuild"
|
||||
to = "f39-rebuild"
|
||||
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-39', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"
|
||||
{% if env == "production" %}
|
||||
# ima file signing - enabled in f37
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue