diff --git a/.markdownlint.yml b/.markdownlint.yml index b59a114..53d3923 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -4,3 +4,7 @@ MD013: False MD041: False MD004: style: dash + +MD033: + # Allowed elements + allowed_elements: [details, summary, img, a, br, p] diff --git a/README.md b/README.md index de410c6..bd89efd 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,29 @@ # plugin-docker-buildx - - Get it on Codeberg +
+

+ + status-badge + + Latest release + + + Matrix space + + + Docker pulls + + + License: Apache-2.0 + +

+
Woodpecker CI plugin to build multiarch Docker images with [buildx](https://duckduckgo.com/?q=docker+buildx&ia=web). This plugin was initially a fork of [thegeeklab/drone-docker-buildx](https://github.com/thegeeklab/drone-docker-buildx/) (now archived in favor of this plugin) which itself was a fork of [drone-plugins/drone-docker](https://github.com/drone-plugins/drone-docker). +I also contains the ability to publish to AWS ECR which was previously provided by [drone-plugins/drone-ecr](https://github.com/drone-plugins/drone-docker/tree/master/cmd/drone-ecr). You can find the full documentation at [woodpecker-ci.org](https://woodpecker-ci.org/plugins/Docker%20Buildx) ([docs.md](./docs.md)). ## Images