dind experiments
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jan-Henrik 2022-12-29 23:06:57 +01:00
parent ad60ddbae3
commit 1875fca490

View file

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