blog/.drone.yml

18 lines
323 B
YAML
Raw Permalink Normal View History

2023-02-12 10:18:01 +00:00
kind: pipeline
2023-02-12 10:19:54 +00:00
type: docker
2023-02-12 10:18:01 +00:00
name: default
steps:
- name: build
image: docker.io/tmaier/docker-compose
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
2023-02-12 10:25:32 +00:00
- BUILDKIT_PROGRESS=plain docker compose build
2023-02-12 10:18:01 +00:00
volumes:
- name: dockersock
host:
path: /var/run/docker.sock