update .drone.yml to push latest
This commit is contained in:
parent
9217e7367e
commit
1256279e1c
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue