I'm trying to use drone to run a mysql service
Here is my .drone.yml file
pipeline:
clone:
skip_verify: true
services:
database:
image: mysql:latest
I've try with library/mysql
and mysql
for the image but drone keep saying that the image is invalid or missing. Any idea anyone ? I've tried to look at the drone log but everything seem fine to me.