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