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: password:
from_secret: docker_password from_secret: docker_password
tags: tags:
- ${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}
- ${DRONE_COMMIT_SHA} - ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH/\//-} - ${DRONE_BRANCH/\//-}
- ${DRONE_BRANCH/master/latest} - latest
# rebuild weekly and push # rebuild weekly and push
trigger: trigger: