You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
skopeo-copy-action
v0.0.3
Pre-release
Reference: Copying images
Copy image from src to dst.
Input parameter name | Description | Example |
---|---|---|
src-image | source image with tag to copy from | coseus.azurecr.io/platform:latest |
src-creds | credentials with format: [USERNAME]:[PASSWORD] to pull source image | username:password |
dst-image | destination image with tag to copy to | registry.cn-hangzhou.aliyuncs.com/coscene/platform:latest |
dst-creds | credentials with format: [USERNAME]:[PASSWORD] to push destination image | username:password |