update .drone.yml
All checks were successful
the build was successful

This commit is contained in:
Andy 2018-07-06 19:30:03 +02:00
parent 6360de152d
commit 0f3346cfb0
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

View File

@ -23,7 +23,7 @@ pipeline:
repo: andrey01/${DRONE_REPO_NAME} repo: andrey01/${DRONE_REPO_NAME}
tags: tags:
- latest - latest
- ${DRONE_COMMIT_SHA} - ${DRONE_COMMIT_SHA:0:7}
# group: docker # group: docker
# dockerfile: Dockerfile # dockerfile: Dockerfile
secrets: [docker_username, docker_password] secrets: [docker_username, docker_password]