From a1ab2d731ee6d3a7819ef581ca21c450b9c06aee Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sat, 5 Aug 2017 12:35:01 -0700 Subject: [PATCH] Adding the export for image name back to the master section of the build --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6ef8601b..6a55fd29 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -24,6 +24,7 @@ pipelines: master: - step: script: + - export IMAGE_NAME=ldooks/dragon-bot:latest # 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