diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6a55fd29..d11a3be8 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -24,7 +24,7 @@ pipelines: master: - step: script: - - export IMAGE_NAME=ldooks/dragon-bot:latest + - 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