Adding the export for image name back to the master section of the build

This commit is contained in:
Luke Robles 2017-08-05 12:35:01 -07:00
parent ec0a52bd8d
commit a1ab2d731e

View File

@ -24,6 +24,7 @@ pipelines:
master: master:
- step: - step:
script: script:
- 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