diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 46e4b564..82c6fb47 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -25,6 +25,7 @@ pipelines: - step: script: - export IMAGE_NAME=ldooks/dragon-bot:latest + - docker build -t $IMAGE_NAME . # 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