(re)build specific tag

I want to rebuild a specific tag (or multiple tags) so that I can push some GitHub releases. This doesn’t seem to be possible via the CLI or cloud.drone.io.

To re-build a specific tag you should find the existing build in the user interface for your tag, and click the re-start button. This will re-launch a new build (with a new build number) for your tag.

If the goal is to re-build a tag that was created before you setup drone, this is not possible. It is only possible to re-build an existing build.

1 Like

Thanks for the response - although I was looking to rebuild old tags (before setup), I also didn’t see the restart button at all!

Will work around with some prefixed tags, I guess.