fedora-image-uploader: Adjust stage registry URL

The container can't reach the old URL, but can talk to this one.
This commit is contained in:
Jeremy Cline 2024-10-04 11:52:08 -04:00
parent 56cdb275af
commit c443794a41
No known key found for this signature in database

View file

@ -107,7 +107,7 @@ storage_account_type = "Standard_ZRS"
{% if env == "staging" %}
[[consumer_config.container.registries]]
url = "oci-registry01.stg.iad2.fedoraproject.org"
url = "registry.stg.fedoraproject.org"
credential_prefix = "FEDORA_REGISTRY_"
{% endif %}