Merged in feature/fixing-yml (pull request #4)

Fixing yaml file

Approved-by: Tyler Hodapp <nightfire929@gmail.com>
This commit is contained in:
Luke Robles 2017-08-08 19:40:44 +00:00 committed by Tyler Hodapp
commit 8cea5fc979

View File

@ -25,6 +25,7 @@ pipelines:
- step:
script:
- export IMAGE_NAME=ldooks/dragon-bot:latest
- docker build -t $IMAGE_NAME .
# authenticate with the Docker Hub registry
- docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_PASSWORD
# push the new Docker image to the Docker registry