Manually tag docker images
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c08df2334d
commit
d4c88ea492
11
.drone.yml
11
.drone.yml
|
@ -6,7 +6,16 @@ steps:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: egraven/tidy-html5
|
repo: egraven/tidy-html5
|
||||||
auto_tag: true
|
|
||||||
username: egraven
|
username: egraven
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_TOKEN
|
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'
|
||||||
|
|
Loading…
Reference in a new issue