Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Make CI automatically create Docker images
  • Loading branch information
tdemin committed Jun 20, 2019
1 parent 526d2ea commit 8a8a75e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .drone.yml
Expand Up @@ -8,3 +8,20 @@ steps:
- pip install pylint
- pip install -r requirements.txt
- pylint project_amber
- name: push to registry
image: plugins/docker
settings:
username:
from_secret: username
password:
from_secret: password
repo: registry.git.tdem.in/amber
registry: registry.git.tdem.in
auto_tag: true
dockerfile: Dockerfile
when:
branch:
- master
event:
- push
- tag

0 comments on commit 8a8a75e

Please sign in to comment.