Does this fix anything?

This commit is contained in:
Hamcha 2022-03-25 16:03:48 +01:00
parent ef9d71851e
commit 0d68040219
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
1 changed files with 16 additions and 0 deletions

View File

@ -20,3 +20,19 @@ steps:
- push
- tag
branch: master
volumes:
- name: dockersock
path: /var/run
# Specify docker:dind as a service
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}