We don't want to only setup staging releng-compose to push to the staging

registery, we want compose-x86-01 to also be able to push to it.
So drop the staging here and hard code the path name so it's always right.
This commit is contained in:
Kevin Fenzi 2018-10-05 00:56:32 +00:00
parent f6363a758e
commit d1683f98cd

View file

@ -56,9 +56,8 @@
- {
role: "push-container-registry",
cert_dest_dir: "/etc/docker/certs.d/registry.stg.fedoraproject.org",
cert_src: "{{private}}/files/docker-registry/{{env}}/pki/issued/containerstable.crt",
key_src: "{{private}}/files/docker-registry/{{env}}/pki/private/containerstable.key",
when: env == "staging"
cert_src: "{{private}}/files/docker-registry/staging/pki/issued/containerstable.crt",
key_src: "{{private}}/files/docker-registry/staging/pki/private/containerstable.key",
}
- {
role: "push-container-registry",