diff --git a/.drone.yml b/.drone.yml index 08d377c..f7c5588 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,16 @@ steps: image: plugins/docker settings: repo: egraven/tidy-html5 - auto_tag: true username: egraven password: from_secret: DOCKER_TOKEN + tags: + - latest + - '5.0.0' + - '5.2.0' + - '5.4.0' + - '5.6.0' + - '5.8.0' + - '5.9.14-next' + - '5.9.8-next' + - '5.9.9-next'