Actualiser .drone.yml

This commit is contained in:
2023-06-26 17:15:59 +02:00
parent 6b043fee83
commit 825e3013ad

View File

@@ -4,7 +4,8 @@ name: default
steps: steps:
- name: build - name: build
image: docker image: docker
volumes: /var/run/docker.sock:/var/run/docker.sock volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment: environment:
DOCKER_CLI_EXPERIMENTAL: enabled DOCKER_CLI_EXPERIMENTAL: enabled
commands: commands: