This commit is contained in:
parent
3da53ab5ea
commit
748f31f06c
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ steps:
|
|||
image: docker:dind
|
||||
commands:
|
||||
- sleep 5 # give docker enough time to start
|
||||
- echo $DOCKER_PASSWORD
|
||||
- docker login -u silson -p $DOCKER_PASSWORD registry.hub.docker.com
|
||||
- echo $DOCKER_PASSWORD | docker login --username silson --password-stdin registry.hub.docker.com
|
||||
- docker build -t silson/php-apache-rsvg .
|
||||
- docker push --all-tags https://hub.docker.com/r/silson/php-apache-rsvg
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue