Dominic Grimm
7281b536a0
All checks were successful
continuous-integration/drone/push Build is passing
17 lines
323 B
YAML
17 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
|