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: build:
image: docker image: docker
environment: environment:
- DOCKER_HOST=tcp://docker:2376 - DOCKER_HOST=tcp://docker:2375
commands: commands:
- sleep 15 - sleep 15
- docker --tls 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:18.09-dind
command: ["--storage-driver=vfs"] command: ["--storage-driver=vfs"]
privileged: true privileged: true