Drone plugin fork which uses Docker-in-Docker to build and publish Docker Linux amd64 images only to a Container Registry. This is just a fork for personal use, so please refer to official repository uptream.
make test
Build the binaries with the following commands:
make build
Build the Docker image with the following commands:
make image-build
Notice: Be aware that the Docker plugin currently requires privileged capabilities, otherwise the integrated Docker daemon is not able to start.
make image-dryrun