ci: docker info (実験)
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Nebel 2022-12-27 00:13:45 +09:00
parent 738828612a
commit cf89c9d217

21
.drone.yml Normal file
View file

@ -0,0 +1,21 @@
# yaml-language-server: $schema=https://json.schemastore.org/drone.json
name: default
kind: pipeline
type: docker
trigger:
event:
- push
branch:
- main
steps:
- name: docker info
image: docker
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker info
volumes:
- name: docker_sock
host:
path: /var/run/docker.sock