Go to file
Robert Kaussow 17016c9f49
fix: fix auto_tag behavior to avoid unexpected publishing (#68)
BREAKING CHANGE: `latest` has been removed from the default `tags` list, which is now empty. You must specify `auto_tag` or `tags` option, otherwise the plugin will build but __never__ tag and push the image.
2022-01-12 09:10:27 +01:00
.chglog chore: adjust changelog template to link to prs instead of issues (#64) 2021-12-12 13:19:54 +01:00
.github docs: add parameter documentation (#53) 2021-09-11 21:15:02 +02:00
_docs docs: add missing plugin description 2021-09-11 21:30:14 +02:00
cmd/drone-docker-buildx fix: fix auto_tag behavior to avoid unexpected publishing (#68) 2022-01-12 09:10:27 +01:00
docker chore(deps): update dependency docker/buildx to v0.7.1 (#63) 2021-11-26 14:40:29 +01:00
plugin fix: fix auto_tag behavior to avoid unexpected publishing (#68) 2022-01-12 09:10:27 +01:00
.dictionary docs: add parameter documentation (#53) 2021-09-11 21:15:02 +02:00
.drone.jsonnet improve drone-matrix template 2021-09-22 09:57:42 +02:00
.drone.yml improve drone-matrix template 2021-09-22 09:57:42 +02:00
.gitignore ci: auto-generate changelog (#10) 2021-02-15 10:46:58 +01:00
.markdownlint.yml docs: add parameter documentation (#53) 2021-09-11 21:15:02 +02:00
.prettierignore chore: end of the year maintenance 2021-12-21 10:54:53 +01:00
CONTRIBUTING.md add missing CONTRIBUTING.md file 2021-01-17 20:39:01 +01:00
LICENSE chore: end of the year maintenance 2021-12-21 10:54:53 +01:00
README.md fix license name in readme (#61) 2021-11-16 13:41:50 +01:00
go.mod fix(deps): update module honnef.co/go/tools to v0.2.2 (#60) 2021-11-11 19:55:13 +01:00
go.sum fix(deps): update module honnef.co/go/tools to v0.2.2 (#60) 2021-11-11 19:55:13 +01:00
renovate.json fix renovate preset config 2021-12-21 09:55:58 +01:00

README.md

drone-docker-buildx

Drone plugin to build multiarch Docker images with buildx

Build Status Docker Hub Quay.io Go Report Card GitHub contributors Source: GitHub License: Apache-2.0

Drone plugin to build multiarch Docker images with buildx. This plugin is a fork of drone-plugins/drone-docker. You can find the full documentation at You can find the full documentation at https://drone-plugin-index.geekdocs.de.

Versioning

Tags are following the main Docker version e.g. 20.10, the second part is reflecting the plugin "version". A full example would be 20.10.5.

Community

Contributors

Special thanks goes to all contributors. If you would like to contribute, please see the instructions.

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.