update .drone.yml to push latest

This commit is contained in:
Jeffrey Paul 2020-02-15 11:08:40 -08:00
parent 9217e7367e
commit 1256279e1c
1 changed files with 2 additions and 1 deletions

View File

@ -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: