oci-mirror component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/oci-mirror@stable
inputs:
source: <value>
target: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| name | oci | string | |
| needs | The jobs that this job depends on. | [] | array |
| rules | The rules that this job depends on. | [{"if":"$CI_COMMIT_TAG","when":"always"},{"when":"never"}] | array |
| source | The source repository to mirror. | string | |
| stage | The pipeline stage that the jobs belongs to. | deploy | string |
| tags | The runners that this job depends on. | [] | array |
| target | The destination repository to mirror. | string |