truemark/Docker Skopeo Copy Action
Copies a Docker image from one registry to another
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| src-image | The source image to copy | yes | — |
| dest-image | The destination image to copy | yes | — |
| src-username | The username to use when authenticating to the source registry | yes | — |
| src-password | The password to use when authenticating to the source registry | yes | — |
| dest-username | The username to use when authenticating to the destination registry | yes | — |
| dest-password | The password to use when authenticating to the destination registry | yes | — |
| multi-arch | The architecture to copy | no | all |
Outputs
no outputs