library/.woodpecker.yml
David Ashby c27751dd93
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
test mounting socket
2022-04-03 13:58:28 -04:00

9 lines
193 B
YAML

pipeline:
build:
image: docker
environment:
- DOCKER_HOST=unix:///var/run/docker.sock
commands:
- docker build -t localhost:5000/library:latest .
- docker ps