add push to hub
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jochen Welzel 2020-04-20 11:15:00 +02:00
parent 86179bfce1
commit a932a3bd7c
1 changed files with 11 additions and 1 deletions

View File

@ -10,7 +10,17 @@ steps:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker build --no-cache -t nsd-docker .
- docker build --no-cache -t j10l/nsd-docker:latest .
steps:
- name: push docker image
image: plugins/docker
settings:
repo: j10l/nsd-docker
username:
from_secret: docker_username
password:
from_secret: docker_password
volumes:
- name: docker_sock