use tls throughout
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
David 2022-04-02 20:32:44 -04:00
parent 2116fbb15c
commit 729ed30450

View File

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