luweilevi/Sync docker image
Copies a docker image to a target repository, its asusmed the source repo for the image is authenticated
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 20, 2023
- License
- None
Pinned Snippet
uses: luweilevi/test-ecr-sync@c92aedab018a49fbba910cb2d2b350d8d2f4f70f # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Path of image to sync without repo, example: tradeshift-base/<component>:<version> | yes | — |
| target-image | Target new image name, example: tradeshift-public/<component>:<version> | no | — |
| source-repo | Name of source repo to sync from, example: eu.gcr.io | yes | — |
| target-repo | Name of target repo, example: tradeshift-registry.eu-central-1.cr.aliyuncs.com | yes | — |
| target_user | Username for target repository | no | — |
| target_password | Password for target repository | no | — |
| cn_access_key | access key for cn ecr | no | — |
| cn_access_secret | access secret for cn ecr | no | — |
Outputs
no outputs