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:
parent
f6363a758e
commit
d1683f98cd
1 changed files with 2 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue