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:
|
||||
- name: build
|
||||
image: docker:latest
|
||||
image: docker:dind
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
commands:
|
||||
- docker build .
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
temp: {}
|
||||
|
|
Loading…
Reference in a new issue