hhyasdf/Image Sync Action
Automatically sync conatiner images between registries through Github Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 18, 2023
- License
- Apache 2.0
Pinned Snippet
uses: hhyasdf/image-sync-action@696d80a79976e47d4c3386d2fcec78535028ec84 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of image-syncer | no | latest |
| auth_file | The --auth parameter of image-syncer, auth file path. This flag need to be pair used with --images | no | — |
| images_file | The --images parameter of image-syncer, images file path. This flag need to be pair used with --auth | yes | ./images.yaml |
| arch | The --arch parameter of image-syncer, architecture list to filter source tags, not works for OCI media | no | — |
| os | The --os parameter of image-syncer, os list to filter source tags, not works for docker v2 schema1 and OCI media | no | — |
| proc | The --proc parameter of image-syncer, numbers of working goroutines (default 5) | no | 5 |
| retries | The --retries parameter of image-syncer, times to retry failed task (default 2) | no | 2 |
Outputs
no outputs