Compare commits
No commits in common. "ce194c14189f970773839cfd6eeb2a6f3f1af604" and "e56b6da79d351a4f76fffa056d154803f71bafa7" have entirely different histories.
ce194c1418
...
e56b6da79d
@ -4,11 +4,9 @@
|
||||
environment:
|
||||
- DOCKER_HOST=tcp://docker:2375
|
||||
commands:
|
||||
- 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
|
||||
secrets: [docker_username, docker_password]
|
||||
- sleep 5
|
||||
- docker build -t localhost:5000/library:latest .
|
||||
- docker ps
|
||||
|
||||
services:
|
||||
docker:
|
||||
|
Loading…
Reference in New Issue
Block a user