This commit is contained in:
parent
86179bfce1
commit
a932a3bd7c
12
.drone.yml
12
.drone.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user