This commit is contained in:
parent
ad60ddbae3
commit
1875fca490
1 changed files with 7 additions and 1 deletions
|
@ -5,7 +5,13 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: docker:latest
|
image: docker:dind
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run
|
||||||
commands:
|
commands:
|
||||||
- docker build .
|
- docker build .
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
temp: {}
|
||||||
|
|
Loading…
Reference in a new issue