noelware/docker-manifest-action
🐻❄️🐳 Tiny, simple GitHub Action to link Docker manifests easily
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| inputs | A list of Docker images that were built from `docker build` to be the inputs into the merged manifests. Optionally, it can be comma-separated to create multiple final images from the given `images`. | yes | — |
| tags | A comma-separated list of tags that will be applied into the merged manifest from `inputs`. | yes | — |
| push | Whether if the action should push the outputs to the Docker registry. Ignored if using `buildx imagetools` | no | false |
| fallback | Whether if this action should fallback to `manifest create`. | no | false |
| annotations | A mapping of annotations to annotate the final, merged manifest. View the [`docker buildx imagetools create --annotation`](https://docs.docker.com/reference/cli/docker/buildx/imagetools/create/#annotation) documentation on how to format each annotation. | no | "" |
| append | Sets the `--append` flag, which will add new sources to existing manifests. | no | false |
| builder | Sets the `--builder` for the `buildx` command. | no | "" |
Outputs
| name | description |
|---|---|
| images | A comma-separated list of images that were pushed. |