buildvm: use correct variable name for prod

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-08-18 11:22:19 -07:00
parent aa2b65657d
commit 8422e82c07

View file

@ -91,8 +91,8 @@
# push built Flatpaks to candidate registry
- role: login-registry
candidate_registry: "candidate-registry.fedoraproject.org"
candidate_registry_osbs_username: "{{candidate_registry_osbs_username}}"
candidate_registry_osbs_password: "{{candidate_registry_osbs_password}}"
candidate_registry_osbs_username: "{{candidate_registry_osbs_prod_username}}"
candidate_registry_osbs_password: "{{candidate_registry_osbs_prod_password}}"
when: env == "production"
- role: login-registry
candidate_registry: "candidate-registry.stg.fedoraproject.org"