diff --git a/.drone.yml b/.drone.yml index cbdc0ea..8f74dc2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,9 @@ steps: image: plugins/docker settings: dockerfile: ./Docker-api - auto_tag: true + tags: + - ${DRONE_COMMIT_BRANCH} + - latest repo: 192.168.0.129:5000/trash-api registry: 192.168.0.129:5000 insecure: true