Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
copy

GitHub Action

skopeo-copy-action

v0.0.1 Pre-release

skopeo-copy-action

copy

skopeo-copy-action

Copy image from src to dst by Skopeo

Installation

Copy and paste the following snippet into your .yml file.

              

- name: skopeo-copy-action

uses: coscene-io/[email protected]

Learn more about this action in coscene-io/skopeo-copy-action

Choose a version

Skopeo Copy Action

Reference: Copying images

Copy image from src to dst.

Inputs

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