actions-marketplace-validations/Replicate Docker version tag
This action replicates Docker version tag from like `1.2.3` to `1.2` and `1`
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 2, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/yuya-takeyama_replicate-docker-version-tag-action@1e2cfc6ace9be4f8897d6c66ed9c6654a0ca8c5b # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Docker image tag indicates a semver (like `1.2.3`) | yes | — |
| image | Docker image name (like `foo/bar` or `example.com/foo/bar`) | no | — |
| separator | Separator of multiple images | no | , |
Outputs
| name | description |
|---|---|
| tags | Replicated tags |