library/.woodpecker.yml
David Ashby ab6de21418
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
try forcing client to use tls
2022-04-02 20:35:29 -04:00

16 lines
341 B
YAML

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