library/.woodpecker.yml
David Ashby 4b78201bd1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
wait for service to start
2022-04-02 20:27:50 -04:00

16 lines
362 B
YAML

pipeline:
build:
image: docker
environment:
- DOCKER_HOST=tcp://docker:2375
commands:
- sleep 15
- docker --tls=false build -t localhost:5000/library:latest .
- docker push localhost:5000/library:latest
services:
docker:
image: docker:dind
command: ["--storage-driver=vfs", "--tls=false"]
privileged: true