library/.woodpecker.yml
David Ashby 79c718153d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
try dind
2022-04-02 20:20:34 -04:00

15 lines
345 B
YAML

pipeline:
build:
image: docker
environment:
- DOCKER_HOST=tcp://docker:2375
commands:
- 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