ci: enable docker service to prepare for matrix builds
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is passing

This commit is contained in:
Glenn Y. Rolland 2023-10-25 22:20:37 +02:00
parent 71dbbb3941
commit 2d44f1fa77

View file

@ -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: {}
#