I’d like to only build and release certain Dockerfiles based on the commit message (putting a prefix: at the front). I realise this isn’t quite how it’s supposed to work.
I only just found out about the ability to publish docker images from drone.io so I’m pretty new to this
Am I better off splitting up the repo? At the moment it looks like GitLab has good subgroup support that’d let me collect everything under one overarching “project”.
You can install the Starlark extension [1] which can be used to dynamically define your pipeline. This is going to be a bit more advanced if you are just getting started with Drone, so you will have to work through the learning curve and also get familiar with the Starlark language. The script would probably look something like this: