checking docker ps output
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
David 2022-04-03 13:51:22 -04:00
parent 63c334a40f
commit e56b6da79d

View File

@ -4,9 +4,9 @@
environment: environment:
- DOCKER_HOST=tcp://docker:2375 - DOCKER_HOST=tcp://docker:2375
commands: commands:
- sleep 15 - sleep 5
- docker build -t localhost:5000/library:latest . - docker build -t localhost:5000/library:latest .
- docker push localhost:5000/library:latest - docker ps
services: services:
docker: docker: