From 4490c2e3b5c68d6dbdb9a816206d998504c6f711 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Tue, 8 Aug 2017 12:39:14 -0700 Subject: [PATCH] Fixing the yaml file so it biulds the container when merging to master --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) 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