wait for service to start
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
David 2022-04-02 20:27:50 -04:00
parent ad262c5fde
commit 4b78201bd1

View File

@ -2,8 +2,9 @@
build:
image: docker
environment:
- DOCKER_HOST=tcp://docker:2376
- DOCKER_HOST=tcp://docker:2375
commands:
- sleep 15
- docker --tls=false build -t localhost:5000/library:latest .
- docker push localhost:5000/library:latest