remove tls entirely
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
David 2022-04-02 20:37:52 -04:00
parent ab6de21418
commit 7b7e8d0058
1 changed files with 3 additions and 3 deletions

View File

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