Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
change default repo to ocp-release-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreyd authored and sosiouxme committed Aug 5, 2022
1 parent 2816fde commit c3d42cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doozerlib/cli/release_gen_payload.py
Expand Up @@ -98,8 +98,8 @@ def modify_and_replace_api_object(api_obj: oc.APIObject, modifier_func: Callable
help="Quay ORGANIZATION to mirror into.\ndefault=openshift-release-dev")
@click.option("--repository", metavar='REPO', required=False, default='ocp-v4.0-art-dev',
help="Quay REPOSITORY in ORGANIZATION to mirror into.\ndefault=ocp-v4.0-art-dev")
@click.option("--release-repository", metavar='REPO', required=False, default='ocp-release',
help="Quay REPOSITORY in ORGANIZATION to push release payloads (used for multi-arch)\ndefault=ocp-release")
@click.option("--release-repository", metavar='REPO', required=False, default='ocp-release-nightly',
help="Quay REPOSITORY in ORGANIZATION to push release payloads (used for multi-arch)\ndefault=ocp-release-nightly")
@click.option("--output-dir", metavar='DIR', required=False, default='.',
help="Directory into which the mirroring/imagestream artifacts should be written")
@click.option("--skip-gc-tagging", default=False, is_flag=True,
Expand Down

0 comments on commit c3d42cb

Please sign in to comment.