diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 48a71b2b..3fa6710f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -25,5 +25,6 @@ pipelines: - step: script: # Only build iamges, dont push when we're on a feature branch + - export IMAGE_NAME=ldooks/dragon-bot:latest # build the Docker image (this will use the Dockerfile in the root of the repo) - docker build -t $IMAGE_NAME . \ No newline at end of file