add push to hub
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jochen Welzel 2020-04-20 11:15:00 +02:00
parent 86179bfce1
commit a932a3bd7c

View File

@ -10,7 +10,17 @@ steps:
- name: docker_sock - name: docker_sock
path: /var/run/docker.sock path: /var/run/docker.sock
commands: 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: volumes:
- name: docker_sock - name: docker_sock