try forcing client to use tls
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
David 2022-04-02 20:35:29 -04:00
parent 729ed30450
commit ab6de21418

View File

@ -5,7 +5,7 @@
- DOCKER_HOST=tcp://docker:2376
commands:
- sleep 15
- docker build -t localhost:5000/library:latest .
- docker --tls build -t localhost:5000/library:latest .
- docker push localhost:5000/library:latest
services: