cloudposse/GitHub Action for Syncing Docker Repositories
A GitHub Action for Syncing Docker Repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| src | The source repository to sync from. | yes | — |
| src-credentials | The source repository credentials. | no | — |
| dest | The destination repository to sync to. | yes | — |
| dest-credentials | The destination repository credentials. | no | — |
| override-arch | Override the architecture of the src image. | no | — |
| override-os | Override the operating system of the src image. | no | — |
| override-multi-arch | If one of the images in src refers to a list of images, instead of copying just the image which matches the current OS and architecture, attempt to copy all of the images in the list, and the list itself. | no | true |
Outputs
no outputs