update .drone.yml to push latest
This commit is contained in:
parent
9217e7367e
commit
1256279e1c
|
@ -12,9 +12,10 @@ steps:
|
|||
password:
|
||||
from_secret: docker_password
|
||||
tags:
|
||||
- ${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}
|
||||
- ${DRONE_COMMIT_SHA}
|
||||
- ${DRONE_BRANCH/\//-}
|
||||
- ${DRONE_BRANCH/master/latest}
|
||||
- latest
|
||||
|
||||
# rebuild weekly and push
|
||||
trigger:
|
||||
|
|
Loading…
Reference in New Issue