no need to sleep, the test step takes care of that
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
David 2022-05-07 15:49:37 -04:00
parent d45c3ebf33
commit 3e34199f3b
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
- DOCKER_HOST=tcp://docker:2375
commands:
- apk add curl
- sleep 5 # wait for docker service to come up
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD registry.yetaga.in
- docker build -t registry.yetaga.in/library:latest .
- docker push registry.yetaga.in/library:latest