int128/docker-manifest-create-action
Create a multi-architecture Docker image in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/docker-manifest-create-action@a0bcb6430fe0047c0558deab102a6c66c373dae2 # v2.25.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| push | Push the manifest to the registry | no | true |
| index-annotations | Add annotations to the image index (multi-line string) | no | — |
| tags | Tags of the destination images (multi-line string) | no | — |
| sources | Image URIs of the sources (multi-line string) | yes | — |
Outputs
| name | description |
|---|---|
| digest | Digest of the created manifest |