Create & Share Plugins. Drone uses containers to drop pre‑configured steps into your pipeline. Choose from hundreds of existing plugins, or create your own. kind: pipeline steps: - name: test image: golang commands: - go test - go build - name: publish image: plugins/docker settings: repo: octocat/hello-world tags: [ latest, 1.0, 1 ] Docker....