luweilevi/Sync docker image

Copies a docker image to a target repository, its asusmed the source repo for the image is authenticated

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 20, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: luweilevi/test-ecr-sync@c92aedab018a49fbba910cb2d2b350d8d2f4f70f # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
imagePath of image to sync without repo, example: tradeshift-base/<component>:<version>yes
target-imageTarget new image name, example: tradeshift-public/<component>:<version>no
source-repoName of source repo to sync from, example: eu.gcr.ioyes
target-repoName of target repo, example: tradeshift-registry.eu-central-1.cr.aliyuncs.comyes
target_userUsername for target repositoryno
target_passwordPassword for target repositoryno
cn_access_keyaccess key for cn ecrno
cn_access_secretaccess secret for cn ecrno

no outputs