This commit is contained in:
parent
894e182c97
commit
86179bfce1
@ -7,10 +7,10 @@ steps:
|
|||||||
- name: Build docker image
|
- name: Build docker image
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
volumes:
|
volumes:
|
||||||
- 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 nsd-docker .
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_sock
|
- name: docker_sock
|
||||||
|
Loading…
Reference in New Issue
Block a user