Compare commits

..

1 Commits

Author SHA1 Message Date
ed9cbeba37 update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-25 09:10:54 -08:00

View File

@@ -5,12 +5,14 @@ steps:
- name: docker
image: plugins/docker
settings:
build_args:
repo: sneak/sircd
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true
tags:
- ${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}
- ${DRONE_BRANCH/\//-}
- latest