library/.woodpecker.yml
David Ashby 7b7e8d0058
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
remove tls entirely
2022-04-02 20:37:52 -04:00

16 lines
341 B
YAML

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