This commit is contained in:
parent
3c1c0ad41f
commit
2a2ea80961
@ -5,6 +5,8 @@ name: build
|
||||
steps:
|
||||
- name: build
|
||||
image: docker:dind
|
||||
settings:
|
||||
mtu: 1492
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
@ -48,6 +50,8 @@ name: rebuild
|
||||
steps:
|
||||
- name: rebuild
|
||||
image: docker:dind
|
||||
settings:
|
||||
mtu: 1492
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
|
Loading…
Reference in New Issue
Block a user