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:
parent
56cdb275af
commit
c443794a41
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue