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

This commit is contained in:
David 2022-04-02 20:35:29 -04:00
parent 729ed30450
commit ab6de21418
1 changed files with 1 additions and 1 deletions

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: