noelware/docker-manifest-action

🐻‍❄️🐳 Tiny, simple GitHub Action to link Docker manifests easily

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
inputsA 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
tagsA comma-separated list of tags that will be applied into the merged manifest from `inputs`.yes
pushWhether if the action should push the outputs to the Docker registry. Ignored if using `buildx imagetools`nofalse
fallbackWhether if this action should fallback to `manifest create`.nofalse
annotationsA 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""
appendSets the `--append` flag, which will add new sources to existing manifests.nofalse
builderSets the `--builder` for the `buildx` command.no""
namedescription
imagesA comma-separated list of images that were pushed.