Compare commits

..

No commits in common. "ce194c14189f970773839cfd6eeb2a6f3f1af604" and "e56b6da79d351a4f76fffa056d154803f71bafa7" have entirely different histories.

View File

@ -4,11 +4,9 @@
environment: environment:
- DOCKER_HOST=tcp://docker:2375 - DOCKER_HOST=tcp://docker:2375
commands: commands:
- sleep 5 # wait for docker service to come up - sleep 5
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD registry.yetaga.in - docker build -t localhost:5000/library:latest .
- docker build -t registry.yetaga.in/library:latest . - docker ps
- docker push registry.yetaga.in/library:latest
secrets: [docker_username, docker_password]
services: services:
docker: docker: