ci: enable docker service to prepare for matrix builds
This commit is contained in:
parent
71dbbb3941
commit
2d44f1fa77
1 changed files with 9 additions and 0 deletions
|
@ -74,8 +74,17 @@ steps:
|
|||
|
||||
# FIXME: handle multi-arch
|
||||
# FIXME: publish only on tags
|
||||
services:
|
||||
- name: docker
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
|
||||
volumes:
|
||||
- name: cache
|
||||
temp: {}
|
||||
- name: dockersock
|
||||
temp: {}
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue