titenkov/Docker Sync Action
Keeps docker images in sync between registries or repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | source image repository | yes | — |
| destination | destination image repository | yes | — |
| source-transport | source transport type (containers-storage,dir,docker,docker-archive,docker-daemon,oci,oci-archive,ostree,tarball) | no | docker |
| destination-transport | destination transport type (containers-storage,dir,docker,docker-archive,docker-daemon,oci,oci-archive,ostree,tarball) | no | docker |
| source-credentials | source credentials | no | null |
| destination-credentials | destination credentials | no | null |
| source-tls | require HTTPS and verify certificates when talking to the container registry or daemon | no | false |
| destination-tls | require HTTPS and verify certificates when talking to the container registry or daemon | no | false |
| format | MANIFEST TYPE (oci, v2s1, or v2s2) to use in the destination (default is manifest type of source, with fallbacks) | no | v2s2 |
| versions | docker image tags to sync (multi-line) | no | "" |
Outputs
no outputs