This commit is contained in:
Luke Robles 2017-08-05 12:36:12 -07:00
parent a1ab2d731e
commit c0701e91f4

View File

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