blog/.drone.yml
Dominic Grimm 7281b536a0
All checks were successful
continuous-integration/drone/push Build is passing
Update ci
2023-02-12 11:25:32 +01:00

18 lines
323 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: docker.io/tmaier/docker-compose
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- BUILDKIT_PROGRESS=plain docker compose build
volumes:
- name: dockersock
host:
path: /var/run/docker.sock