drone / drone-plugin-index

Public index of Drone plugins
http://plugins.drone.io
75 stars 176 forks source link

Clarify that docker plugin can accept multiple tags #394

Closed scubbo closed 1 year ago

scubbo commented 1 year ago

See forum post.

I used the Go syntax for collections types since Go looks like Drone's primary language.

It would be nice to have multiple examples (showing that tags can be both a single string or an array), but from a look at scripts/buildPluginJson.mjs it looks like the system only supports a single example, and that's probably a more-significant change than should be submitted without discussion.

There are probably plenty of other plugin-variables which have a similar signature, but I suspect we can't easily search for that from this repo alone.

netlify[bot] commented 1 year ago

Deploy Preview for drone-plugins ready!

Name Link
Latest commit a9a57e6edd6b79a90ebe10443b96a2e25899275d
Latest deploy log https://app.netlify.com/sites/drone-plugins/deploys/6403ae23cba2da000842b436
Deploy Preview https://deploy-preview-394--drone-plugins.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

scubbo commented 1 year ago

Sorry for the delay!