update .drone.yml

dev
Vladimir Kutkovoy 11 months ago
parent 0dea15754f
commit 8c4273a649
  1. 4
      .drone.yml

@ -7,7 +7,9 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: ./Docker-api dockerfile: ./Docker-api
auto_tag: true tags:
- ${DRONE_COMMIT_BRANCH}
- latest
repo: 192.168.0.129:5000/trash-api repo: 192.168.0.129:5000/trash-api
registry: 192.168.0.129:5000 registry: 192.168.0.129:5000
insecure: true insecure: true

Loading…
Cancel
Save