ikrong/Sync Docker Images

Sync Docker Images between Registries

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 24, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: ikrong/docker-sync-action@4a464cbf87ee5d5e1fa00f4c8a106bb68a5c0525 # v1.2

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

namedescriptionrequireddefault
sourceSource Registryyesdocker.io
source-credentialSource Registry Credential. For example: username:passwordno
destinationDestination Registryyes
destination-credentialDestination Registry Credential. For example: username:passwordno
syncRepos for Sync (Support Multiple Lines). For example: nginx ikrong This will sync nginx and all tags to ikrong, such as ikrong/nginx:latestno
copyRepos for Copy (Support Multiple Lines). For example: nginx:latest ikrong/nginx:1.11.3 This will only copy nginx:latest to ikrong/nginx:1.11.3no

no outputs