ikrong/Sync Docker Images
Sync Docker Images between Registries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 24, 2024
- License
- MIT
Pinned Snippet
uses: ikrong/docker-sync-action@4a464cbf87ee5d5e1fa00f4c8a106bb68a5c0525 # v1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source Registry | yes | docker.io |
| source-credential | Source Registry Credential. For example: username:password | no | — |
| destination | Destination Registry | yes | — |
| destination-credential | Destination Registry Credential. For example: username:password | no | — |
| sync | Repos for Sync (Support Multiple Lines). For example: nginx ikrong This will sync nginx and all tags to ikrong, such as ikrong/nginx:latest | no | — |
| copy | Repos 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.3 | no | — |
Outputs
no outputs