add appropriate tags to docker imageadd appropriate tags to docker image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey Paul 2020-02-05 00:34:26 -08:00
parent 85b7877ae9
commit 60212f4620

View File

@ -10,3 +10,6 @@ steps:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}