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: steps:
- name: build - name: build
image: docker:latest image: docker:dind
volumes:
- name: dockersock
path: /var/run
commands: commands:
- docker build . - docker build .
volumes:
- name: dockersock
temp: {}