From 82a22af590ca5aeff987db15ad97aacf009698c8 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 23 Jan 2022 16:14:37 -0800 Subject: [PATCH] Pipeline --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d13a53bc..8990f025 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -32,6 +32,7 @@ pipelines: - step: name: Docker publish script: + - echo $DOCKER_USERNAME - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD - docker build -t veigap/wisemapping:latest -f distribution/Dockerfile wise-webapp/target/ services: