checking docker ps output
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
David 2022-04-03 13:51:22 -04:00
parent 63c334a40f
commit e56b6da79d
1 changed files with 2 additions and 2 deletions

View File

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