[CI] push image to dockerhub
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2020-02-15 12:35:05 +01:00
parent 8db7e38f6d
commit 0d9c4f38b9

View file

@ -26,6 +26,8 @@ steps:
DOCKER_HOST: tcp://docker:2375
commands:
- docker build -t kleph/beer .
- docker login -u $DOCKERHUB_USERNAME -p $DOCKERHUB_PASS
- docker image push kleph/beer
services:
- name: docker