use tls throughout
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
David 2022-04-02 20:32:44 -04:00
parent 2116fbb15c
commit 729ed30450
1 changed files with 2 additions and 2 deletions

View File

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